Show progress of qvm-copy-to-vm by default (#221)
This commit is contained in:
		
							parent
							
								
									84548dcfad
								
							
						
					
					
						commit
						e7bb4843ea
					
				| @ -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 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marek Marczykowski
						Marek Marczykowski