Smart iSCSI Mounter v0.95

- Updated usage options.
This commit is contained in:
2020-05-21 12:38:05 +01:00
parent 75ad35b1f5
commit 08c9458929
+5 -1
View File
@@ -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;
}