summaryrefslogtreecommitdiff
path: root/src/psktool-args.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/psktool-args.def')
-rw-r--r--src/psktool-args.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/psktool-args.def b/src/psktool-args.def
index 176318b26b..74e1c0a57a 100644
--- a/src/psktool-args.def
+++ b/src/psktool-args.def
@@ -14,7 +14,7 @@ flag = {
value = s;
arg-type = number;
arg-range = "0 -> 512";
- descrip = "specify the key size in bytes";
+ descrip = "Specify the key size in bytes (default is 32-bytes or 256-bits)";
doc = "";
};
@@ -22,7 +22,7 @@ flag = {
name = username;
value = u;
arg-type = string;
- descrip = "specify a username";
+ descrip = "Specify the username to use";
doc = "";
};