summaryrefslogtreecommitdiff
path: root/reports.cc
diff options
context:
space:
mode:
Diffstat (limited to 'reports.cc')
-rw-r--r--reports.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.cc b/reports.cc
index de8ea6b1..24160396 100644
--- a/reports.cc
+++ b/reports.cc
@@ -460,7 +460,7 @@ void add_new_entry(int index, int argc, char **argv)
}
if (index == argc) {
- std::cerr << "Error: Too few arguments to 'entry'." << std::endl;
+ std::cerr << "Error: Too few arguments to 'add'." << std::endl;
std::exit(1);
}