summaryrefslogtreecommitdiff
path: root/iscsiuio/docs
diff options
context:
space:
mode:
authorAndrew Patterson <andrew.patterson@hpe.com>2017-05-31 10:30:21 -0600
committerAndrew Patterson <andrew.patterson@hpe.com>2017-06-02 09:25:31 -0600
commit06851794fe0475410f516e874ee0c67db4a6784a (patch)
treed6cc8098e887bae894297c1024ff7cd4d9c70598 /iscsiuio/docs
parent3ae35d3ab24f774ba9e17c9a746520a035bc873a (diff)
downloadopen-iscsi-06851794fe0475410f516e874ee0c67db4a6784a.tar.gz
iscsiuio: fix long options
Fix broken long command-line options in iscsiuio.
Diffstat (limited to 'iscsiuio/docs')
-rw-r--r--iscsiuio/docs/iscsiuio.810
1 files changed, 5 insertions, 5 deletions
diff --git a/iscsiuio/docs/iscsiuio.8 b/iscsiuio/docs/iscsiuio.8
index 8b0577a..eda20c7 100644
--- a/iscsiuio/docs/iscsiuio.8
+++ b/iscsiuio/docs/iscsiuio.8
@@ -45,7 +45,7 @@ on how to configure network protocol and address.
.SH PARAMETERS
There are very few parameters when running this application.
.TP
-.BI -d <debug level>
+.BI -d|--debug <debug level>
This is to enable debug mode where debug messages will be sent to stdout
The following debug modes are supported
.P
@@ -61,20 +61,20 @@ ERROR 1 - Only print critical errors
.PP
.TP
.TP
-.BI -f
+.BI -f|--foreground
This is to enable foreground mode so that this application doesn't get sent
into the background.
.PP
.TP
-.BI -v
+.BI -v|--version
This is to print the version.
.PP
.TP
-.BI -p <pidfile>
+.BI -p|--pid <pidfile>
Use pidfile (default /var/run/iscsiuio.pid )
.PP
.TP
-.BI -h
+.BI -h|--help
Display this help and exit.