From 08155e90654c145737a5b5fe614ecf27aa725086 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Fri, 23 Nov 2018 21:00:19 +0100 Subject: ipaccess-config: Fix indentation of the usage output Change-Id: I73b41784af4ea073808d6c9b99612b17d1ac7eeb --- src/ipaccess/ipaccess-config.c | 4 ++-- 1 file 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"); -- cgit v1.2.3