From d9d4044525c7b76adc32218ee999fdfaa3b510da Mon Sep 17 00:00:00 2001 From: defanor Date: Mon, 13 Nov 2017 18:48:39 +0300 Subject: Add a man page A basic and static one for now, perhaps should be generated out of a single source with README and the help message later. --- pancake.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pancake.1 (limited to 'pancake.1') diff --git a/pancake.1 b/pancake.1 new file mode 100644 index 0000000..84f4701 --- /dev/null +++ b/pancake.1 @@ -0,0 +1,18 @@ +.TH pancake 1 + +.SH NAME +pancake - a CLI/Emacs web/gopher/file browser + +.SH SYNOPSIS +pancake [\fIoption ...\fR] + +.SH OPTIONS +.IP "\fB\-\-version\fR" +Print version and exit. +.IP "\fB\-\-embedded\fR" +Run in the embedded mode. + +.SH SIGNALS +.IP "\fBSIGINT\fR" +Pass SIGINT to the child process, if it's active. + -- cgit v1.2.3