aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2018-11-23 21:00:19 +0100
committerMartin Hauke <mardnh@gmx.de>2018-11-23 21:00:19 +0100
commit08155e90654c145737a5b5fe614ecf27aa725086 (patch)
tree074279efde87ad066716fd7a1745e58963494f49
parent5c2485dcff35996fce328798351af79c0ff4474c (diff)
ipaccess-config: Fix indentation of the usage output
-rw-r--r--src/ipaccess/ipaccess-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipaccess/ipaccess-config.c b/src/ipaccess/ipaccess-config.c
index ed2a1a476..da19ce20a 100644
--- a/src/ipaccess/ipaccess-config.c
+++ b/src/ipaccess/ipaccess-config.c
@@ -890,12 +890,12 @@ static void print_help(void)
printf("Commands for writing to the BTS:\n");
printf(" -u --unit-id UNIT_ID\t\tSet the Unit ID of the BTS\n");
printf(" -o --oml-ip IP\t\tSet primary OML IP (IP of your BSC)\n");
- printf(" -G --get-attr\t\tGet several attributes from BTS\n");
+ printf(" -G --get-attr\t\t\tGet several attributes from BTS\n");
printf(" -i --ip-address IP/MASK\tSet static IP address + netmask of BTS\n");
printf(" -g --ip-gateway IP\t\tSet static IP gateway of BTS\n");
printf(" -r --restart\t\t\tRestart the BTS (after other operations)\n");
printf(" -n --nvram-flags FLAGS/MASK\tSet NVRAM attributes\n");
- printf(" -S --nvattr-set FLAG\tSet one additional NVRAM attribute\n");
+ printf(" -S --nvattr-set FLAG\t\tSet one additional NVRAM attribute\n");
printf(" -U --nvattr-unset FLAG\tSet one additional NVRAM attribute\n");
printf(" -l --listen TESTNR\t\tPerform specified test number\n");
printf(" -L --Listen TEST_NAME\t\tPerform specified test\n");