Added RENAME_IMAGE

This commit is contained in:
Uwe Seimet
2021-09-15 12:26:01 +02:00
parent 492f332dd7
commit 434ea0e3f7
5 changed files with 63 additions and 2 deletions
+3
View File
@@ -40,6 +40,9 @@ The rascsi host to connect to, default is 'localhost'.
.BR \-l\fI
List all of the devices that are currently being emulated by RaSCSI, as well as their current status.
.TP
.BR \-m\fI " "\fIOLD_NAME:NEW_NAME
Rename an image file in the default image folder.
.TP
.BR \-p\fI " " \fIPORT
The rascsi port to connect to, default is 6868.
.TP
+3
View File
@@ -35,6 +35,9 @@ OPTIONS
-l List all of the devices that are currently being emulated by
RaSCSI, as well as their current status.
-m OLD_NAME:NEW_NAME
Rename an image file in the default image folder.
-p PORT
The rascsi port to connect to, default is 6868.