aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/main.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-24 04:35:43 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-24 05:00:33 +0700
commit0b6e568d05ff689a45bad94da7b433744f2d1e73 (patch)
tree9caafa33569daced4c6c6f26349f21c9d5e10fea /src/common/main.c
parentc3a293fde192480e3b3c379fb303e5f4c1f9ed65 (diff)
main: increase spacing between commands and description
Otherwise it's hard to fit new options with long names. Change-Id: If9a418545abff6d22602ba07cfd4447f5ace7742 Related: SYS#4910
Diffstat (limited to 'src/common/main.c')
-rw-r--r--src/common/main.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/common/main.c b/src/common/main.c
index c7b821e2..b1b17660 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -67,16 +67,16 @@ extern int g_vty_port_num;
static void print_help()
{
printf( "Some useful options:\n"
- " -h --help this text\n"
- " -d --debug MASK Enable debugging (e.g. -d DRSL:DOML:DLAPDM)\n"
- " -D --daemonize For the process into a background daemon\n"
- " -c --config-file Specify the filename of the config file\n"
- " -s --disable-color Don't use colors in stderr log output\n"
- " -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"
- " -i --gsmtap-ip The destination IP used for GSMTAP.\n"
- " --vty-ref-xml Generate the VTY reference XML output and exit.\n"
+ " -h --help this text\n"
+ " -d --debug MASK Enable debugging (e.g. -d DRSL:DOML:DLAPDM)\n"
+ " -D --daemonize For the process into a background daemon\n"
+ " -c --config-file Specify the filename of the config file\n"
+ " -s --disable-color Don't use colors in stderr log output\n"
+ " -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"
+ " -i --gsmtap-ip The destination IP used for GSMTAP.\n"
+ " --vty-ref-xml Generate the VTY reference XML output and exit.\n"
);
bts_model_print_help();
}