1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

Merge pull request #967 from rossvor/dev

This commit is contained in:
Nick Sweeting 2022-04-20 17:22:51 -07:00 committed by GitHub
commit 1d2fd83b1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
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(' For more usage and examples, run:')
print(' archivebox help')