Minor tweaks to documentation

This commit is contained in:
Alexander Graf
2017-08-26 12:42:04 +02:00
parent 1f89dba702
commit 5aff8273b0
6 changed files with 29 additions and 8 deletions

View File

@@ -1302,7 +1302,9 @@ class Instaloader:
def main():
parser = ArgumentParser(description=__doc__, add_help=False,
epilog="Report issues at https://github.com/Thammus/instaloader/issues.")
epilog="Report issues at https://github.com/Thammus/instaloader/issues. "
"The complete documentation can be found at "
"https://instaloader.readthedocs.io/.")
g_what = parser.add_argument_group('What to Download',
'Specify a list of profiles or #hashtags. For each of these, Instaloader '