mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
update helptext to clarify adding links
This commit is contained in:
parent
b4d1fe8b40
commit
f373df7bd4
1 changed files with 3 additions and 3 deletions
|
@ -377,11 +377,11 @@ def init(force: bool=False, out_dir: str=OUTPUT_DIR) -> None:
|
||||||
else:
|
else:
|
||||||
print('{green}[√] Done. A new ArchiveBox collection was initialized ({} links).{reset}'.format(len(all_links), **ANSI))
|
print('{green}[√] Done. A new ArchiveBox collection was initialized ({} links).{reset}'.format(len(all_links), **ANSI))
|
||||||
print()
|
print()
|
||||||
print(' {lightred}Hint:{reset}To view your archive index, open:'.format(**ANSI))
|
print(' {lightred}Hint:{reset} To view your archive index, run:'.format(**ANSI))
|
||||||
print(' {}'.format(os.path.join(out_dir, HTML_INDEX_FILENAME)))
|
print(' archivebox server # then visit http://127.0.0.1:8000')
|
||||||
print()
|
print()
|
||||||
print(' To add new links, you can run:')
|
print(' To add new links, you can run:')
|
||||||
print(" archivebox add 'https://example.com'")
|
print(" archivebox add ~/some/path/or/url/to/list_of_links.txt")
|
||||||
print()
|
print()
|
||||||
print(' For more usage and examples, run:')
|
print(' For more usage and examples, run:')
|
||||||
print(' archivebox help')
|
print(' archivebox help')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue