mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 14:44:21 +02:00
refactor: Change wording on CLI help
This commit is contained in:
@@ -38,7 +38,7 @@ def main(args: Optional[List[str]]=None, stdin: Optional[IO]=None, pwd: Optional
|
|||||||
type=str,
|
type=str,
|
||||||
default=None,
|
default=None,
|
||||||
help=(
|
help=(
|
||||||
'URL or path to local file containing a page or list of links to import. e.g.:\n'
|
'URL or path to local file to start the archiving process from. e.g.:\n'
|
||||||
' https://getpocket.com/users/USERNAME/feed/all\n'
|
' https://getpocket.com/users/USERNAME/feed/all\n'
|
||||||
' https://example.com/some/rss/feed.xml\n'
|
' https://example.com/some/rss/feed.xml\n'
|
||||||
' https://example.com\n'
|
' https://example.com\n'
|
||||||
|
Reference in New Issue
Block a user