sparsify: Advertize in --machine-readable that we support --check-tmpdir option.

This lets programs add the --check-tmpdir=[ignore|continue|fail]
option to avoid interactivity.

This fixes commit 7c463ac477.
This commit is contained in:
Richard W.M. Jones
2013-08-06 18:20:44 +01:00
parent 12b740fbe0
commit 5b278937df

View File

@@ -125,6 +125,7 @@ read the man page virt-sparsify(1).
printf "virt-sparsify\n";
printf "linux-swap\n";
printf "zero\n";
printf "check-tmpdir\n";
let g = new G.guestfs () in
g#add_drive "/dev/null";
g#launch ();