提交 ce284bb5 编写于 作者: J Ján Tomko

virsh: clarify vol-{down,up}load description

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
上级 29bd350b
...@@ -590,10 +590,10 @@ cleanup: ...@@ -590,10 +590,10 @@ cleanup:
*/ */
static const vshCmdInfo info_vol_upload[] = { static const vshCmdInfo info_vol_upload[] = {
{.name = "help", {.name = "help",
.data = N_("upload a file into a volume") .data = N_("upload file contents to a volume")
}, },
{.name = "desc", {.name = "desc",
.data = N_("Upload a file into a volume") .data = N_("Upload file contents to a volume")
}, },
{.name = NULL} {.name = NULL}
}; };
...@@ -704,10 +704,10 @@ cleanup: ...@@ -704,10 +704,10 @@ cleanup:
*/ */
static const vshCmdInfo info_vol_download[] = { static const vshCmdInfo info_vol_download[] = {
{.name = "help", {.name = "help",
.data = N_("Download a volume to a file") .data = N_("download volume contents to a file")
}, },
{.name = "desc", {.name = "desc",
.data = N_("Download a volume to a file") .data = N_("Download volume contents to a file")
}, },
{.name = NULL} {.name = NULL}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册