main: do not print deprecated '-r' / '--realtime' in help

Change-Id: I516a71124a49f6d6adb6db939a91da07576e63e7
This commit is contained in:
Vadim Yanitskiy 2020-10-24 04:38:54 +07:00
parent 5f95a16ec1
commit c3a293fde1
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ static void print_help()
" -T --timestamp Prefix every log line with a timestamp\n"
" -V --version Print version information and exit\n"
" -e --log-level Set a global log-level\n"
" -r --realtime PRIO Use SCHED_RR with the specified priority (deprecated, use VTY instead)\n"
" -i --gsmtap-ip The destination IP used for GSMTAP.\n"
" --vty-ref-xml Generate the VTY reference XML output and exit.\n"
);