From c3a293fde192480e3b3c379fb303e5f4c1f9ed65 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 24 Oct 2020 04:38:54 +0700 Subject: main: do not print deprecated '-r' / '--realtime' in help Change-Id: I516a71124a49f6d6adb6db939a91da07576e63e7 --- src/common/main.c | 1 - 1 file changed, 1 deletion(-) 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" ); -- cgit v1.2.3