summaryrefslogtreecommitdiffhomepage
path: root/src/skin/ntux_skin_default.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-05-22 23:49:56 +0000
committermidipix <writeonce@midipix.org>2018-05-22 23:49:12 -0400
commit7deda55512cec1a0f039d816b5d8c7371c3fc308 (patch)
tree450952bb511841cd87307180a6e71d8ce2c4047b /src/skin/ntux_skin_default.c
parentdb57dda7109c9ae4cace41fbb4b38e22287873a4 (diff)
downloadntux-7deda55512cec1a0f039d816b5d8c7371c3fc308.tar.bz2
ntux-7deda55512cec1a0f039d816b5d8c7371c3fc308.tar.xz
driver: added --cmd={spawn|strace} support, support multiple option sets.
Diffstat (limited to 'src/skin/ntux_skin_default.c')
-rw-r--r--src/skin/ntux_skin_default.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/skin/ntux_skin_default.c b/src/skin/ntux_skin_default.c
index fa4c33d..73a89bf 100644
--- a/src/skin/ntux_skin_default.c
+++ b/src/skin/ntux_skin_default.c
@@ -8,8 +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",0,
- "invoke an internal ntux command"},
+ {"cmd", 0,TAG_CMD,ARGV_OPTARG_REQUIRED,0,"stat|spawn|strace",0,
+ "invoke one of the following ntux commands: %s"},
{0,0,0,0,0,0,0,0}
};