aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-26 00:11:37 +0800
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-26 00:11:37 +0800
commit91ff17c9ef7dd4a29bb13d6b9995100ffc65b72a (patch)
tree4f2bdf8d0472f419eec089ac97db218c1fea4c14 /utils
parenta6ea50c4ff58d8389b40ca6169c3ca826500abf2 (diff)
osmo-auc-gen: '-a' is already the algorithm. Fix the help
Diffstat (limited to 'utils')
-rw-r--r--utils/osmo-auc-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c
index 54128ff0..b026e283 100644
--- a/utils/osmo-auc-gen.c
+++ b/utils/osmo-auc-gen.c
@@ -76,7 +76,7 @@ static void help()
"-k --key\tSpecify Ki / K\n"
"-o --opc\tSpecify OPC (only for 3G)\n"
"-O --op\tSpecify OP (only for 3G)\n"
- "-a --amf\tSpecify AMF (only for 3G)\n"
+ "-f --amf\tSpecify AMF (only for 3G)\n"
"-s --sqn\tSpecify SQN (only for 3G)\n"
"-A --auts\tSpecify AUTS (only for 3G)\n"
"-r --rand\tSpecify random value\n"