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-26 12:48:59 +0100 |
commit | 01f6bce19dbfaf42fa4908683f3cc8785585d023 (patch) | |
tree | 11b255fb85ecdda81927d61765a7aa5fdcbac062 | |
parent | 15289d4b726d7c38702794df23c61ae40879a46c (diff) | |
download | libguestfs-01f6bce19dbfaf42fa4908683f3cc8785585d023.tar.gz libguestfs-01f6bce19dbfaf42fa4908683f3cc8785585d023.tar.xz libguestfs-01f6bce19dbfaf42fa4908683f3cc8785585d023.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.
-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 65d78a17..9d05ac97 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 |