diff options
Diffstat (limited to 'src/cli/pkcs10.cpp')
-rw-r--r-- | src/cli/pkcs10.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/pkcs10.cpp b/src/cli/pkcs10.cpp index 106fe2c24..710020666 100644 --- a/src/cli/pkcs10.cpp +++ b/src/cli/pkcs10.cpp @@ -22,8 +22,8 @@ int pkcs10(const std::vector<std::string> &args) { if(args.size() != 6) { - std::cout << "Usage: " << args[0] - << " passphrase name country_code organization email" << std::endl; + std::cout << "Usage: " << args[0] << " " + << "passphrase name country_code organization email" << std::endl; return 1; } |