mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 07:03:03 +02:00
Fix missing input redirection in a hint text
This commit is contained in:
@@ -427,7 +427,7 @@ def init(force: bool=False, quick: bool=False, setup: bool=False, out_dir: Path=
|
|||||||
print(' archivebox server # then visit http://127.0.0.1:8000')
|
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 ~/some/path/or/url/to/list_of_links.txt")
|
print(" archivebox add < ~/some/path/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')
|
||||||
|
Reference in New Issue
Block a user