diff --git a/README.asciidoc b/README.asciidoc index 449945971..0a5c580f1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -140,6 +140,7 @@ Contributors, sorted by the number of commits in descending order: // QUTE_AUTHORS_START * Florian Bruhin +* Daniel Schadt * Antoni Boucher * Lamar Pavel * Bruno Oliveira @@ -147,7 +148,6 @@ Contributors, sorted by the number of commits in descending order: * Martin Tournoij * Raphael Pierzina * Joel Torstensson -* Daniel * Claude * meles5 * Nathan Isom diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 6d4787528..68653e844 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -154,7 +154,6 @@ The form `:download [url] [dest]` is deprecated, use `:download --dest [dest] [u ==== positional arguments * +'url'+: The URL to download. If not given, download the current page. -* +'dest-old'+: (deprecated) Same as dest. ==== optional arguments * +*-m*+, +*--mhtml*+: Download the current page and all assets as mhtml file. diff --git a/scripts/dev/src2asciidoc.py b/scripts/dev/src2asciidoc.py index af0c76730..94719fb61 100755 --- a/scripts/dev/src2asciidoc.py +++ b/scripts/dev/src2asciidoc.py @@ -392,6 +392,7 @@ def _get_authors(): 'Michael': 'Halfwit', 'Error 800': 'error800', 'larryhynes': 'Larry Hynes', + 'Daniel': 'Daniel Schadt', } commits = subprocess.check_output(['git', 'log', '--format=%aN']) authors = [corrections.get(author, author)