From 08c945892902ceddbbf5d9f862a779cc1c34d65a Mon Sep 17 00:00:00 2001 From: Dunestorm Date: Thu, 21 May 2020 12:38:05 +0100 Subject: [PATCH] Smart iSCSI Mounter v0.95 - Updated usage options. --- iscsi_vms.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iscsi_vms.sh b/iscsi_vms.sh index 43a5436..25148ad 100755 --- a/iscsi_vms.sh +++ b/iscsi_vms.sh @@ -12,8 +12,12 @@ _MONITOR_PROC_CNT=$(pgrep -f $MONITOR_PROC | wc -l) _FLAG_FORCE=0 show_usage (){ + echo "[Usage]" echo "Please use either '-m (--mount)' to mount or '-u (--umount)' to unmount this volume." - echo "The use of '-s (--status)' is additionally an option." + echo "" + echo "Additional Options:" + echo "'-s (--status)'" + echo "'-r (--release)'" exit 1; }