diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-01 11:54:15 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-01 12:03:35 +0100 |
commit | 65510965b3475dd80bdbf042992298451dc2b67b (patch) | |
tree | cbafa1a56718b1eacd3b25a20ae3eb14960e5307 /src | |
parent | 133a92be6948ff7e65bfecb7be70b15f4336d2af (diff) | |
download | libguestfs-65510965b3475dd80bdbf042992298451dc2b67b.tar.gz libguestfs-65510965b3475dd80bdbf042992298451dc2b67b.tar.xz libguestfs-65510965b3475dd80bdbf042992298451dc2b67b.zip |
Add progress messages to download 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 0f080af4..c5add6f3 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -2338,7 +2338,7 @@ C<filename> can also be a named pipe. See also C<guestfs_download>."); - ("download", (RErr, [Dev_or_Path "remotefilename"; FileOut "filename"]), 67, [], + ("download", (RErr, [Dev_or_Path "remotefilename"; FileOut "filename"]), 67, [Progress], [InitBasicFS, Always, TestOutput ( (* Pick a file from cwd which isn't likely to change. *) [["upload"; "../COPYING.LIB"; "/COPYING.LIB"]; |