summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 5f8e7aeb..d49cfbeb 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -102,7 +102,7 @@ namespace ledger {
// Handle the command-line arguments
- TRACE_START(arguments, 1, "Processing command-line arguments");
+ TRACE_START(arguments, 1, "Processed command-line arguments");
strings_list args;
process_arguments(argc - 1, argv + 1, report, args);