summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-08-28 14:29:07 +0100
committerRichard Jones <rjones@redhat.com>2010-09-01 10:00:37 +0100
commit88ab203e611694bc0d01aca745e8df18cb3f094e (patch)
tree4934ec733d6ffffa9b8df6582cdd8e2c522f9cc3 /src
parent55938405ccd3d5e5736f30c9bd78a51998cd7158 (diff)
downloadlibguestfs-88ab203e611694bc0d01aca745e8df18cb3f094e.tar.gz
libguestfs-88ab203e611694bc0d01aca745e8df18cb3f094e.tar.xz
libguestfs-88ab203e611694bc0d01aca745e8df18cb3f094e.zip
Add progress messages to zero command.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml
index c9a99e1b..fb9735a5 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -2698,7 +2698,7 @@ Checking or repairing NTFS volumes is not supported
This command is entirely equivalent to running C<fsck -a -t fstype device>.");
- ("zero", (RErr, [Device "device"]), 85, [],
+ ("zero", (RErr, [Device "device"]), 85, [Progress],
[InitBasicFS, Always, TestOutput (
[["umount"; "/dev/sda1"];
["zero"; "/dev/sda1"];