diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-22 17:33:35 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-23 10:22:08 +0000 |
commit | fbc2555903be8c88ad9430d871cf0d27c8fded1e (patch) | |
tree | e4a779915c7e469fc3c78d05ebfb481fbf6093e4 /HACKING | |
parent | f6d3d5677194ae7aaea70d43845341d91907b5ee (diff) | |
download | libguestfs-fbc2555903be8c88ad9430d871cf0d27c8fded1e.tar.gz libguestfs-fbc2555903be8c88ad9430d871cf0d27c8fded1e.tar.xz libguestfs-fbc2555903be8c88ad9430d871cf0d27c8fded1e.zip |
New tool: virt-filesystems
This tool replaces virt-list-filesystems and virt-list-partitions with
a new tool written in C with a more uniform command line structure
and output.
This existing Perl tools are deprecated but remain indefinitely.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -72,7 +72,8 @@ capitests/ Automated tests of the C API. cat/ - The 'virt-cat' and 'virt-ls' commands and documentation. + The 'virt-cat', 'virt-filesystems' and 'virt-ls' commands and + documentation. contrib/ Outside contributions, experimental parts. |