[docs] Change all examples to use double quotes

to be platform-agnostic
This commit is contained in:
pukkandan
2021-12-18 04:28:18 +05:30
parent e6ae51c123
commit 940a67a3e2
2 changed files with 48 additions and 53 deletions

View File

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