aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy
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-octphy
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-octphy')
-rw-r--r--src/osmo-bts-octphy/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-octphy/main.c b/src/osmo-bts-octphy/main.c
index 928a4c81..caf0f8d2 100644
--- a/src/osmo-bts-octphy/main.c
+++ b/src/osmo-bts-octphy/main.c
@@ -55,7 +55,7 @@ extern bool no_fw_check;
int bts_model_print_help()
{
- printf(" -I --no-fw-check Override firmware version check\n");
+ printf(" -I --no-fw-check Override firmware version check\n");
return 0;
}