diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-26 12:39:54 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-27 15:05:36 +0100 |
commit | eb06bc486658e43bca82dd05169c09938b8bbe4c (patch) | |
tree | cf9ed8b0ed3fbbd17895239864241a7f0a0b6946 | |
parent | a4c6d9e87b8da55f9dd6351575ee659db0a1505e (diff) | |
download | libguestfs-eb06bc486658e43bca82dd05169c09938b8bbe4c.tar.gz libguestfs-eb06bc486658e43bca82dd05169c09938b8bbe4c.tar.xz libguestfs-eb06bc486658e43bca82dd05169c09938b8bbe4c.zip |
virt-df: Re-add documentation for --csv option.
The documentation for the --csv option disappeared between 1.6 and 1.8
when we rewrote virt-df in C. Re-add it from 1.6 sources.
(cherry picked from commit 01f6bce19dbfaf42fa4908683f3cc8785585d023)
-rwxr-xr-x | df/virt-df.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/df/virt-df.pod b/df/virt-df.pod index d05596aa..4c0b41e3 100755 --- a/df/virt-df.pod +++ b/df/virt-df.pod @@ -85,6 +85,12 @@ connect to the default libvirt hypervisor. If you specify guest block devices directly (I<-a>), then libvirt is not used at all. +=item B<--csv> + +Write out the results in CSV format (comma-separated values). This +format can be imported easily into databases and spreadsheets, but +read L</NOTE ABOUT CSV FORMAT> below. + =item B<-d> guest =item B<--domain> guest |