aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-24 04:38:54 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-24 04:42:53 +0700
commitc3a293fde192480e3b3c379fb303e5f4c1f9ed65 (patch)
tree1c8ec171a866cf9bd412b2604bb26474fb6426be
parent5f95a16ec1aeefb7844f48f8f890d5c9257fbd3c (diff)
main: do not print deprecated '-r' / '--realtime' in help
-rw-r--r--src/common/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/main.c b/src/common/main.c
index 9f09d31a..c7b821e2 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -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"
);