diff options
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/ptyc_skin_default.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/skin/ptyc_skin_default.c b/src/skin/ptyc_skin_default.c index 85ce12e..9d710a6 100644 --- a/src/skin/ptyc_skin_default.c +++ b/src/skin/ptyc_skin_default.c @@ -8,5 +8,12 @@ const struct argv_option ptyc_default_options[] = { {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0, "show usage information [listing %s options only]"}, + {"debug", 'd',TAG_DEBUG,ARGV_OPTARG_OPTIONAL,0, + "event|oven|raw",0, + "start an internal thread for debugging purposes. " + "event: display trace information for low-level console " + "events; oven|raw: start a pseudo client using a pty handle " + "in [cooked|raw] mode. default is 'event'."}, + {0,0,0,0,0,0,0,0} }; |