aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/factor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/factor.cpp')
-rw-r--r--src/cli/factor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/factor.cpp b/src/cli/factor.cpp
index d2c0a2df5..52da46153 100644
--- a/src/cli/factor.cpp
+++ b/src/cli/factor.cpp
@@ -126,7 +126,7 @@ int factor(const std::vector<std::string> &args)
{
if(args.size() != 2)
{
- std::cout << "Usage: " << args[0] << " <integer>" << std::endl;
+ std::cout << "Usage: " << args[0] << " integer" << std::endl;
return 1;
}