diff options
author | Richard Jones <rjones@redhat.com> | 2010-08-28 14:28:42 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-01 10:00:34 +0100 |
commit | 55938405ccd3d5e5736f30c9bd78a51998cd7158 (patch) | |
tree | 70ad48296a48cbbf24dacd112b6fc4370598212a /src | |
parent | 7f1ecfc87eb45cab401394b980e15f8981511627 (diff) | |
download | libguestfs-55938405ccd3d5e5736f30c9bd78a51998cd7158.tar.gz libguestfs-55938405ccd3d5e5736f30c9bd78a51998cd7158.tar.xz libguestfs-55938405ccd3d5e5736f30c9bd78a51998cd7158.zip |
Add progress messages to fill-pattern command.
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index b5c88e92..c9a99e1b 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -5068,7 +5068,7 @@ filename is not printable, coreutils uses a special backslash syntax. For more information, see the GNU coreutils info file."); - ("fill_pattern", (RErr, [String "pattern"; Int "len"; Pathname "path"]), 245, [], + ("fill_pattern", (RErr, [String "pattern"; Int "len"; Pathname "path"]), 245, [Progress], [InitBasicFS, Always, TestOutputBuffer ( [["fill_pattern"; "abcdefghijklmnopqrstuvwxyz"; "28"; "/test"]; ["read_file"; "/test"]], "abcdefghijklmnopqrstuvwxyzab")], |