summaryrefslogtreecommitdiff
path: root/pancake.1
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-19 01:15:37 +0300
committerdefanor <defanor@uberspace.net>2017-11-19 01:15:37 +0300
commit55c9d2f107837e6fcc864234722af7e07fcca2bd (patch)
tree6f605dd66dbac6f80e42c7294609eb4d69696988 /pancake.1
parent36b2e0b5f49861ebe04aa410130fc4a12ed2b3eb (diff)
Update the man page
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).