mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-02 09:35:58 +00:00
Manpage update
This commit is contained in:
parent
4179110bac
commit
7a94c0e6e0
@ -6,6 +6,7 @@ rasctl \- Sends management commands to the rascsi process
|
|||||||
\fB\-e\fR |
|
\fB\-e\fR |
|
||||||
\fB\-l\fR |
|
\fB\-l\fR |
|
||||||
\fB\-m\fR |
|
\fB\-m\fR |
|
||||||
|
\fB\-o\fR |
|
||||||
\fB\-s\fR |
|
\fB\-s\fR |
|
||||||
\fB\-v\fR |
|
\fB\-v\fR |
|
||||||
\fB\-D\fR |
|
\fB\-D\fR |
|
||||||
@ -78,6 +79,9 @@ List all of the devices that are currently being emulated by RaSCSI, as well as
|
|||||||
.BR \-m\fI
|
.BR \-m\fI
|
||||||
List all file extensions recognized by RaSCSI and the device types they map to.
|
List all file extensions recognized by RaSCSI and the device types they map to.
|
||||||
.TP
|
.TP
|
||||||
|
.BR \-o\fI
|
||||||
|
Display operation meta data information.
|
||||||
|
.TP
|
||||||
.BR \-R\fI " "\fICURRENT_NAME:NEW_NAME
|
.BR \-R\fI " "\fICURRENT_NAME:NEW_NAME
|
||||||
Rename an image file in the default image folder.
|
Rename an image file in the default image folder.
|
||||||
.TP
|
.TP
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!
|
!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!
|
||||||
!! ------ The native file is rasctl.1. Re-run 'make docs' after updating
|
!! ------ The native file is rasctl.1. Re-run 'make docs' after updating\n\n
|
||||||
|
|
||||||
|
|
||||||
rascsi(1) General Commands Manual rascsi(1)
|
rascsi(1) General Commands Manual rascsi(1)
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
rasctl - Sends management commands to the rascsi process
|
rasctl - Sends management commands to the rascsi process
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
rasctl -e | -l | -m | -s | -v | -D | -I | -L | -O | -T | -V | -X | [-C
|
rasctl -e | -l | -m | -o | -s | -v | -D | -I | -L | -O | -T | -V | -X |
|
||||||
FILENAME:FILESIZE] [-E FILENAME] [-F IMAGE_FOLDER] [-R CUR‐
|
[-C FILENAME:FILESIZE] [-E FILENAME] [-F IMAGE_FOLDER] [-R CUR‐
|
||||||
RENT_NAME:NEW_NAME] [-c CMD] [-f FILE|PARAM] [-g LOG_LEVEL] [-h HOST]
|
RENT_NAME:NEW_NAME] [-c CMD] [-f FILE|PARAM] [-g LOG_LEVEL] [-h HOST]
|
||||||
[-i ID [-n NAME] [-p PORT] [-r RESERVED_IDS] [-t TYPE] [-u UNIT] [-x
|
[-i ID [-n NAME] [-p PORT] [-r RESERVED_IDS] [-t TYPE] [-u UNIT] [-x
|
||||||
CURRENT_NAME:NEW_NAME]
|
CURRENT_NAME:NEW_NAME]
|
||||||
@ -61,6 +59,8 @@ OPTIONS
|
|||||||
-m List all file extensions recognized by RaSCSI and the device
|
-m List all file extensions recognized by RaSCSI and the device
|
||||||
types they map to.
|
types they map to.
|
||||||
|
|
||||||
|
-o Display operation meta data information.
|
||||||
|
|
||||||
-R CURRENT_NAME:NEW_NAME
|
-R CURRENT_NAME:NEW_NAME
|
||||||
Rename an image file in the default image folder.
|
Rename an image file in the default image folder.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user