diff options
Diffstat (limited to '')
-rw-r--r-- | debian/asciinema.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/asciinema.1 b/debian/asciinema.1 new file mode 100644 index 0000000..e1b8e4a --- /dev/null +++ b/debian/asciinema.1 @@ -0,0 +1,31 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1. +.TH ASCIINEMA "1" "March 2014" "asciinema 0.9.8" "User Commands" +.SH NAME +asciinema \- Record and share your terminal sessions +.SH DESCRIPTION +usage: asciinema [\-h] [\-y] [\-c <command>] [\-t <title>] [action] +.PP +Asciicast recorder+uploader. +.SS "Actions:" +.TP +rec +record asciicast (this is the default when no action given) +.TP +auth +authenticate and/or claim recorded asciicasts +.SS "Optional arguments:" +.TP +\fB\-c\fR command +run specified command instead of shell ($SHELL) +.TP +\fB\-t\fR title +specify title of recorded asciicast +.TP +\fB\-y\fR +don't prompt for confirmation +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-v\fR, \fB\-\-version\fR +show version information |