[docs] Change all examples to use double quotes
to be platform-agnostic
This commit is contained in:
parent
e6ae51c123
commit
940a67a3e2
2 changed files with 48 additions and 53 deletions
|
|
@ -991,8 +991,9 @@ def parseOpts(overrideArguments=None):
|
|||
filesystem.add_option(
|
||||
'-a', '--batch-file',
|
||||
dest='batchfile', metavar='FILE',
|
||||
help="File containing URLs to download ('-' for stdin), one URL per line. "
|
||||
"Lines starting with '#', ';' or ']' are considered as comments and ignored")
|
||||
help=(
|
||||
'File containing URLs to download ("-" for stdin), one URL per line. '
|
||||
'Lines starting with "#", ";" or "]" are considered as comments and ignored'))
|
||||
filesystem.add_option(
|
||||
'--no-batch-file',
|
||||
dest='batchfile', action='store_const', const=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue