aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-12-20 17:38:31 +0100
committerMax <msuraev@sysmocom.de>2016-12-20 17:39:55 +0100
commit59d57da1e55f19663d1f7fe3491e196bb855ad88 (patch)
tree5fba31d7d4be31e7dfe43c9f36af8c9c4edad3a6 /openbsc/src/ipaccess
parent0c32685898604ca5c6546882deb642a17ddce937 (diff)
Fix some typos in stdout output
Diffstat (limited to 'openbsc/src/ipaccess')
-rw-r--r--openbsc/src/ipaccess/ipaccess-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/ipaccess/ipaccess-config.c b/openbsc/src/ipaccess/ipaccess-config.c
index 0a9dfc83c..0c3f88898 100644
--- a/openbsc/src/ipaccess/ipaccess-config.c
+++ b/openbsc/src/ipaccess/ipaccess-config.c
@@ -802,11 +802,11 @@ static void print_usage(void)
static void print_help(void)
{
#if 0
- printf("Commmands for reading from the BTS:\n");
+ printf("Commands for reading from the BTS:\n");
printf(" -D --dump\t\t\tDump the BTS configuration\n");
printf("\n");
#endif
- printf("Commmands for writing to the BTS:\n");
+ 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(" -i --ip-address IP/MASK\tSet static IP address + netmask of BTS\n");