summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-03 14:36:22 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-03-03 14:36:22 +0100
commit33a480e441ee7423cc5d3b82f4923d452c419a98 (patch)
tree183e2cb9f00eed52a738a919454799136c8cb5d0
parent213dc83117e43ae376cd2a2825cfd6b0f10b0c79 (diff)
fix helptext for verify pin
-rw-r--r--commands-dms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands-dms.h b/commands-dms.h
index ebad9cb..9d62947 100644
--- a/commands-dms.h
+++ b/commands-dms.h
@@ -6,7 +6,7 @@
#define dms_helptext \
" --get-pin-status: Get PIN verification status\n" \
- " --verify-pin1: Verify PIN1\n" \
- " --verify-pin2: Verify PIN2\n" \
+ " --verify-pin1 <pin>: Verify PIN1\n" \
+ " --verify-pin2 <pin>: Verify PIN2\n" \
" --get-imsi: Get International Mobile Subscriber ID\n" \