X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-df;h=45b786944c5c5aa694850dc914646b30d0c809d5;hb=f55864b828abd1bbfebc0a5fcf96057d46b1a760;hp=4aa1063d8efeed67e1b98dbcff1449e62289cb68;hpb=252fe8ee2e93ae835565fe3adf30544100db2fa3;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) {