summaryrefslogtreecommitdiffhomepage
path: root/src/skin/ntux_skin_default.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin/ntux_skin_default.c')
-rw-r--r--src/skin/ntux_skin_default.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/skin/ntux_skin_default.c b/src/skin/ntux_skin_default.c
index f79f008..389321e 100644
--- a/src/skin/ntux_skin_default.c
+++ b/src/skin/ntux_skin_default.c
@@ -8,7 +8,8 @@ const struct argv_option ntux_default_options[] = {
{"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
"show usage information [listing %s options only]"},
- {"cmd", 0,TAG_CMD,ARGV_OPTARG_REQUIRED,0,"stat|spawn|strace|chmod",0,
+ {"cmd", 0,TAG_CMD,ARGV_OPTARG_REQUIRED,0,
+ "stat|spawn|strace|chmod|aceit",0,
"invoke one of the following ntux commands: %s"},
{0,0,0,0,0,0,0,0}