aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-02-14 12:13:58 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-14 12:14:18 +0100
commit7f4841b3ac7d27cd6840729f0c4be77bec0c1b27 (patch)
tree4638da779114558d76b2f366865e2e44e6f812b9
parentc362df25a2eb469aa70827b469f3898447814697 (diff)
Fix missing '-V / --version' in print_help()
-rw-r--r--src/pcu_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index 77e1082d..96dc6d7b 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -55,6 +55,7 @@ static void print_help()
"provided by BTS\n"
" -n --mnc MNC use given MNC instead of value "
"provided by BTS\n"
+ " -V --version print version\n"
" -r --realtime PRIO Use SCHED_RR with the specified "
"priority\n"
);