1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 02:01:19 +00:00

Merge pull request #307 from alexmyczko/patch-2

Create manpage cool-retro-term.1
This commit is contained in:
Filippo Scognamiglio 2016-08-30 18:12:43 +02:00 committed by GitHub
commit dde90fb5b7

View File

@ -0,0 +1,31 @@
.TH cool-retro-term 1 "August 22 2016"
.SH NAME
cool-retro-term \- terminal emulator mimicing the old cathode display
.SH SYNOPSIS
"Usage: ./cool\-retro\-term [\-\-default\-settings] [\-\-workdir <dir>] [\-\-program <prog>] [\-p|\-\-profile <prof>] [\-\-fullscreen] [\-h|\-\-help]"
.SH DESCRIPTION
This manual page documents briefly the
.B cool-retro-term
command.
.SH OPTIONS
.TP
\fB\-\-default\-settings\fR
Run cool\-retro\-term with the default settings
.TP
\fB\-\-workdir\fR <dir>
Change working directory to 'dir'
.TP
\fB\-e\fR <cmd>
Command to execute. This option will catch all following arguments, so use it as the last option.
.TP
\fB\-\-fullscreen\fR
Run cool\-retro\-term in fullscreen.
.HP
\fB\-p\fR|\-\-profile <prof> Run cool\-retro\-term with the given profile.
.TP
\fB\-h\fR|\-\-help
Print this help.
.TP
\fB\-\-verbose\fR
Print additional informations such as profiles and settings.
.PP