aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/ca.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/ca.cpp')
-rw-r--r--src/cli/ca.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cli/ca.cpp b/src/cli/ca.cpp
index fb6d9582a..c62b4f231 100644
--- a/src/cli/ca.cpp
+++ b/src/cli/ca.cpp
@@ -19,8 +19,9 @@ int ca(const std::vector<std::string> &args)
if(args.size() != 5)
{
- std::cout << "Usage: " << args[0] << " <passphrase> "
- << "<ca cert> <ca key> <pkcs10>" << std::endl;
+ std::cout << "Usage: " << args[0] << " "
+ << "passphrase ca_cert ca_key pkcs10"
+ << std::endl;
return 1;
}