diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:59:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:59:19 +0000 |
commit | de82646ab1936e0fcc2dbd6f498981b2a7b97f35 (patch) | |
tree | be5995b0aed456cdf54a84f07ee00780b6053fc0 /debian/asciinema.1 | |
parent | Adding upstream version 2.4.0. (diff) | |
download | asciinema-de82646ab1936e0fcc2dbd6f498981b2a7b97f35.tar.xz asciinema-de82646ab1936e0fcc2dbd6f498981b2a7b97f35.zip |
Adding debian version 2.4.0-1.debian/2.4.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/asciinema.1')
-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 |