diff --git a/letsencrypt/scripts/main.py b/letsencrypt/scripts/main.py index b048f0212..8bac91090 100755 --- a/letsencrypt/scripts/main.py +++ b/letsencrypt/scripts/main.py @@ -65,7 +65,7 @@ def main(): # Enforce '--privkey' is set along with '--csr'. if args.csr and not args.privkey: - parser.error("private key file (--privkey) must be specified along{} " + parser.error("private key file (--privkey) must be specified along{0} " "with the certificate signing request file (--csr)" .format(os.linesep))