1
0
Fork 0
mirror of synced 2024-06-30 03:50:42 +12:00

refactor: Change wording on CLI help

This commit is contained in:
Cristian 2020-07-08 08:30:07 -05:00
parent f12bfeb322
commit 4ebf929606

View file

@ -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'