Smart iSCSI Mounter v0.95
- Updated usage options.
This commit is contained in:
+5
-1
@@ -12,8 +12,12 @@ _MONITOR_PROC_CNT=$(pgrep -f $MONITOR_PROC | wc -l)
|
|||||||
_FLAG_FORCE=0
|
_FLAG_FORCE=0
|
||||||
|
|
||||||
show_usage (){
|
show_usage (){
|
||||||
|
echo "[Usage]"
|
||||||
echo "Please use either '-m (--mount)' to mount or '-u (--umount)' to unmount this volume."
|
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;
|
exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user