Fix missing '-V / --version' in print_help()

This commit is contained in:
Harald Welte 2016-02-14 12:13:58 +01:00
parent c362df25a2
commit 7f4841b3ac
1 changed files with 1 additions and 0 deletions

View File

@ -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"
);