-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New -w/--width and -H/--height options
- Loading branch information
Showing
5 changed files
with
35 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH achilterm "1" "August 2016" "achilterm 0.20" "User commands" | ||
.TH achilterm "1" "August 2016" "achilterm 0.21" "User commands" | ||
.SH NAME | ||
Achilterm \- Web based terminal written in python | ||
|
||
|
@@ -15,11 +15,15 @@ It can use almost any web browser and even works through firewalls. | |
|
||
.SH OPTIONS | ||
A summary of the options supported by \fBachilterm\fR is included below: | ||
\fB-h, --help\fR show this help message and exit | ||
\fB-pPORT, --port=PORT\fR Set the TCP port (default: 8022) | ||
\fB-cCMD, --command=CMD\fR set the command (default: /bin/login or ssh localhost) | ||
\fB-l, --log\fR log requests to stderr (default: quiet mode) | ||
\fB-L, --lite\fR use Achiltermlite | ||
\fB--version\fR show program's version number and exit | ||
\fB-h, --help\fR show this help message and exit | ||
\fB-p PORT, --port=PORT\fR set the TCP port (default: 8022) | ||
\fB-c CMD, --command=CMD\fR set the command (default: /bin/login or ssh localhost) | ||
\fB-l, --log\fR log requests to stderr (default: quiet mode) | ||
\fB-d, --daemon\fR run as daemon in the background | ||
\fB-L, --lite\fR use Achiltermlite | ||
\fB-w WIDTH, --width=WIDTH\fR set the width (default: 80) | ||
\fB-H HEIGHT, --height=HEIGHT\fR set the height (default: 25) | ||
|
||
.SH AUTHOR | ||
Florent Gallaire <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters