Fix usage info (and args check) for remove_appvm_appmenus.sh (#225)
This commit is contained in:
parent
e7190d0239
commit
8a9bbbfc98
@ -7,8 +7,8 @@ fi
|
||||
VMDIR=/var/lib/qubes/$VMTYPE/$VMNAME
|
||||
APPSDIR=$VMDIR/apps
|
||||
|
||||
if [ $# != 1 ]; then
|
||||
echo "usage: $0 <vmname>"
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "usage: $0 <vmname> [appvms|vm-templates|servicevms]"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user