Fix usage info (and args check) for remove_appvm_appmenus.sh (#225)

This commit is contained in:
Marek Marczykowski 2011-04-19 18:06:01 +02:00
父節點 e7190d0239
當前提交 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