aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/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/osmo-bts-sysmo/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/osmo-bts-sysmo/main.c')
-rw-r--r--src/osmo-bts-sysmo/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 735768c9..306e5575 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -122,9 +122,9 @@ void bts_update_status(enum bts_global_status which, int on)
void bts_model_print_help()
{
printf(
- " -w --hw-version Print the targeted HW Version\n"
- " -M --pcu-direct Force PCU to access message queue for "
- "PDCH dchannel directly\n"
+ " -w --hw-version Print the targeted HW Version\n"
+ " -M --pcu-direct Force PCU to access message queue for "
+ "PDCH dchannel directly\n"
);
};