X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=inline;f=tools%2Fvirt-df;h=45b786944c5c5aa694850dc914646b30d0c809d5;hb=13eb0374b725644cf9005050595a5f98bcdbf4e2;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) {