Show progress of qvm-copy-to-vm by default (#221)

This commit is contained in:
Marek Marczykowski 2011-04-19 13:06:34 +02:00
parent ae661a6148
commit fb4ee67b7b

View File

@ -20,15 +20,15 @@
# #
# #
if [ x"$1" = "x--with-progress" ] ; then if [ x"$1" = "x--without-progress" ] ; then
DO_PROGRESS=1 DO_PROGRESS=0
shift shift
else else
DO_PROGRESS=0 DO_PROGRESS=1
fi fi
if [ $# -lt 2 ] ; then if [ $# -lt 2 ] ; then
echo usage: $0 '[--with-progress] dest_vmname file [file]+' echo usage: $0 '[--without-progress] dest_vmname file [file]+'
exit 1 exit 1
fi fi