aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-31 12:58:20 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-31 15:57:29 +0200
commitf5b4ba367c27d3e573f917dcf2954035aba3d517 (patch)
tree3acfb781f75c4b56b804ae1080ba97f7d72be9a1
parent0c8aa73db77d33fcfc8172fe1647b884177b573a (diff)
ipaccess-config: More verbose help message
-rw-r--r--openbsc/src/ipaccess/ipaccess-config.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/openbsc/src/ipaccess/ipaccess-config.c b/openbsc/src/ipaccess/ipaccess-config.c
index 163e9ba71..52b18e20d 100644
--- a/openbsc/src/ipaccess/ipaccess-config.c
+++ b/openbsc/src/ipaccess/ipaccess-config.c
@@ -602,16 +602,16 @@ static void print_usage(void)
static void print_help(void)
{
- printf(" -u --unit-id UNIT_ID\n");
- printf(" -o --oml-ip ip\n");
- printf(" -r --restart\n");
- printf(" -n flags/mask\tSet NVRAM attributes.\n");
- printf(" -l --listen testnr \tPerform specified test number\n");
- printf(" -h --help this text\n");
- printf(" -s --stream-id ID\n");
- printf(" -d --software firmware\n");
+ printf(" -u --unit-id UNIT_ID\tSet the Unit ID of the BTS\n");
+ printf(" -o --oml-ip IP\tSet primary OML IP (IP of your BSC)\n");
+ printf(" -r --restart\t\tRestart the BTS (after other operations)\n");
+ printf(" -n flags/mask\t\tSet NVRAM attributes.\n");
+ printf(" -l --listen testnr\tPerform specified test number\n");
+ printf(" -h --help\t\tthis text\n");
+ printf(" -s --stream-id ID\tSet the IPA Stream Identifier for OML\n");
+ printf(" -d --software firmware Download firmware into BTS\n");
printf(" -f --firmware firmware Provide firmware information\n");
- printf(" -w --write-firmware. This will dump the firmware parts to the filesystem. Use with -f.\n");
+ printf(" -w --write-firmware This will dump the firmware parts to the filesystem. Use with -f.\n");
}
extern void bts_model_nanobts_init();