summaryrefslogtreecommitdiffhomepage
path: root/src/skin
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/ptyc_skin_default.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/skin/ptyc_skin_default.c b/src/skin/ptyc_skin_default.c
index 49033cc..1239947 100644
--- a/src/skin/ptyc_skin_default.c
+++ b/src/skin/ptyc_skin_default.c
@@ -8,6 +8,13 @@ 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]"},
+ {"daemon", 0,TAG_DAEMON,ARGV_OPTARG_OPTIONAL,0,"default|always|never",0,
+ "create a daemon thread and handle signals sent by the "
+ "application's own controlling terminal. The default is "
+ "to create a daemon thread when ptycon runs as a stand-alone "
+ "program, and defer the task to the main utility in all other "
+ "cases."},
+
{"debug", 'd',TAG_DEBUG,ARGV_OPTARG_OPTIONAL,0,
"event|oven|raw",0,
"start an internal thread for debugging purposes. "