mirror of https://gitee.com/openkylin/libvirt.git
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
This commit is contained in:
parent
29bd350bf6
commit
ce284bb56d
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue