summaryrefslogtreecommitdiffhomepage
path: root/src/skin
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/ptyc_skin_default.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/skin/ptyc_skin_default.c b/src/skin/ptyc_skin_default.c
index 9d710a6..fcf22ce 100644
--- a/src/skin/ptyc_skin_default.c
+++ b/src/skin/ptyc_skin_default.c
@@ -15,5 +15,8 @@ const struct argv_option ptyc_default_options[] = {
"events; oven|raw: start a pseudo client using a pty handle "
"in [cooked|raw] mode. default is 'event'."},
+ {"cat", 'c',TAG_CAT,ARGV_OPTARG_REQUIRED,0,0,"<file>",
+ "send %s to the terminal via the pty layer."},
+
{0,0,0,0,0,0,0,0}
};