mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
413361b24a
commit
41f45b0dc8
@ -94,10 +94,11 @@ def get_parser(usage):
|
|||||||
go.add_option(
|
go.add_option(
|
||||||
'--password',
|
'--password',
|
||||||
help=_('Password for connecting to a calibre Content server.'
|
help=_('Password for connecting to a calibre Content server.'
|
||||||
' To read the password from standard input, use the special value: {}.'
|
' To read the password from standard input, use the special value: {0}.'
|
||||||
' To read the password from a file, use: {}. The angle brackets in the'
|
' To read the password from a file, use: {1} (i.e. <f: followed by the full path to the file and a trailing >).'
|
||||||
' above are required, remember to escape them or use quotes for your shell.').format(
|
' The angle brackets in the above are required, remember to escape them or use quotes'
|
||||||
'<stdin>', '<f:/path/to/file>')
|
' for your shell.').format(
|
||||||
|
'<stdin>', '<f:C:/path/to/file>' if iswindows else '<f:/path/to/file>')
|
||||||
)
|
)
|
||||||
|
|
||||||
return parser
|
return parser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user