This commit is contained in:
Kovid Goyal 2018-01-21 15:33:38 +05:30
parent 537fe84aac
commit d2cd03d891
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -95,7 +95,8 @@ def get_parser(usage):
'--password',
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 a file, use: {}.)').format(
' To read the password from a file, use: {}. The angle brackets in the'
' above are required, remember to escape them or use quotes for your shell.').format(
'<stdin>', '<f:/path/to/file>')
)