summaryrefslogtreecommitdiffhomepage
path: root/src/skin/ntux_skin_default.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-10-09 20:48:31 -0400
committermidipix <writeonce@midipix.org>2018-10-12 13:59:52 -0400
commit80f43a829180bc0301fecb5dc4ddf6dd95348976 (patch)
tree359f21c062534deae79d6527c7e1d9673609c244 /src/skin/ntux_skin_default.c
parent4fe92c4cff0594f66da78c946cbee5621cf23428 (diff)
downloadntux-80f43a829180bc0301fecb5dc4ddf6dd95348976.tar.bz2
ntux-80f43a829180bc0301fecb5dc4ddf6dd95348976.tar.xz
driver: added 'chmod' command support.
Diffstat (limited to 'src/skin/ntux_skin_default.c')
-rw-r--r--src/skin/ntux_skin_default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skin/ntux_skin_default.c b/src/skin/ntux_skin_default.c
index 73a89bf..f79f008 100644
--- a/src/skin/ntux_skin_default.c
+++ b/src/skin/ntux_skin_default.c
@@ -8,7 +8,7 @@ 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",0,
+ {"cmd", 0,TAG_CMD,ARGV_OPTARG_REQUIRED,0,"stat|spawn|strace|chmod",0,
"invoke one of the following ntux commands: %s"},
{0,0,0,0,0,0,0,0}