summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMark Karpeles <mark@hell.ne.jp>2016-09-18 17:40:35 +0200
committerChristian Seiler <christian@iwakd.de>2016-09-18 17:40:35 +0200
commitfdc55e5c2943c403a69a9337d86a3d4a877c1d5d (patch)
treec52172603960e98afd55e721a5a265f090dfd603 /utils
parenta7c5f8ff5dbaf14ce3a0e379c84b8e4453ee13e0 (diff)
downloadopen-iscsi-fdc55e5c2943c403a69a9337d86a3d4a877c1d5d.tar.gz
fixed typo in iscsi_discovery usage()
quick fix changing trasnpot into transport
Diffstat (limited to 'utils')
-rwxr-xr-xutils/iscsi_discovery2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/iscsi_discovery b/utils/iscsi_discovery
index d07ecc2..dcb30ee 100755
--- a/utils/iscsi_discovery
+++ b/utils/iscsi_discovery
@@ -39,7 +39,7 @@ usage()
echo "Options:"
echo "-p set the port number (defualt is 3260)."
echo "-d print debugging information"
- echo "-t set trasnpot (default is tcp)."
+ echo "-t set transport (default is tcp)."
echo "-f force specific transport -disable the fallback to tcp (default is fallback enabled)."
echo " force the transport specified by the argument of the -t flag."
echo "-m manual startup - will set manual startup (default is automatic startup)."