X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-df;h=45b786944c5c5aa694850dc914646b30d0c809d5;hb=c94c97db6c980592aef3f1b4b73a90a8b4ecc47a;hp=4aa1063d8efeed67e1b98dbcff1449e62289cb68;hpb=5d5565ca24b95719461b0c0aebdb0651dd2671ca;p=libguestfs.git diff --git a/tools/virt-df b/tools/virt-df index 4aa1063..45b7869 100755 --- a/tools/virt-df +++ b/tools/virt-df @@ -119,6 +119,8 @@ my $human; Print sizes in human-readable format. +You are not allowed to use I<-h> and I<--csv> at the same time. + =cut my $inodes; @@ -146,6 +148,9 @@ if ($version) { exit } +# RHBZ#600977 +die __"virt-df: cannot use -h and --csv options together\n" if $human && $csv; + # Open the guest handle. if (@ARGV == 0) {