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 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/virsh-volume.c b/tools/virsh-volume.c
index 0ca295f..728bc23 100644
--- a/tools/virsh-volume.c
+++ b/tools/virsh-volume.c
@@ -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}
};
--
1.8.1.5