diff options
Diffstat (limited to 'tools/virsh-domain.c')
-rw-r--r-- | tools/virsh-domain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 409eb2416..c6695b351 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -2945,8 +2945,8 @@ cleanup: */ static const vshCmdInfo info_save_image_dumpxml[] = { {"help", N_("saved state domain information in XML")}, - {"desc", N_("Output the domain information for a saved state file,\n" - "as an XML dump to stdout.")}, + {"desc", + N_("Dump XML of domain information for a saved state file to stdout.")}, {NULL, NULL} }; |