summaryrefslogtreecommitdiff
path: root/pancake.1
diff options
context:
space:
mode:
Diffstat (limited to 'pancake.1')
-rw-r--r--pancake.16
1 files changed, 4 insertions, 2 deletions
diff --git a/pancake.1 b/pancake.1
index 84f4701..98213cf 100644
--- a/pancake.1
+++ b/pancake.1
@@ -9,10 +9,12 @@ pancake [\fIoption ...\fR]
.SH OPTIONS
.IP "\fB\-\-version\fR"
Print version and exit.
+.IP "\fB\-\-help\fR"
+Print a help message.
.IP "\fB\-\-embedded\fR"
Run in the embedded mode.
.SH SIGNALS
.IP "\fBSIGINT\fR"
-Pass SIGINT to the child process, if it's active.
-
+Pass SIGINT to the child process, if it's active. Otherwise, quit if
+it's the second SIGINT in a row (without any input between those).