From d2cd03d891d04ec916023231b8519df124184525 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 21 Jan 2018 15:33:38 +0530 Subject: [PATCH] ... --- src/calibre/db/cli/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/db/cli/main.py b/src/calibre/db/cli/main.py index 8280473d92..f2339b0847 100644 --- a/src/calibre/db/cli/main.py +++ b/src/calibre/db/cli/main.py @@ -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( '', '') )