]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: clarify vol-{down,up}load description
authorJán Tomko <jtomko@redhat.com>
Tue, 30 Apr 2013 12:19:49 +0000 (14:19 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 30 Apr 2013 12:19:49 +0000 (14:19 +0200)
Mention file/volume contents instead of just 'file'/'volume'.

Also change Download->download in vol-download help,
to be consistent with other volume commands.

https://bugzilla.redhat.com/show_bug.cgi?id=955537

tools/virsh-volume.c

index 0ca295f3cdc16bbf514e125c2fbdeb360f70e04f..728bc23a9214283a91f2f0f37bcd1cb9378c3962 100644 (file)
@@ -590,10 +590,10 @@ cleanup:
  */
 static const vshCmdInfo info_vol_upload[] = {
     {.name = "help",
-     .data = N_("upload a file into a volume")
+     .data = N_("upload file contents to a volume")
     },
     {.name = "desc",
-     .data = N_("Upload a file into a volume")
+     .data = N_("Upload file contents to a volume")
     },
     {.name = NULL}
 };
@@ -704,10 +704,10 @@ cleanup:
  */
 static const vshCmdInfo info_vol_download[] = {
     {.name = "help",
-     .data = N_("Download a volume to a file")
+     .data = N_("download volume contents to a file")
     },
     {.name = "desc",
-     .data = N_("Download a volume to a file")
+     .data = N_("Download volume contents to a file")
     },
     {.name = NULL}
 };