mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-24 04:12:20 +00:00
* src/virsh.c: fix an error in the default help string, bug #247197
Daniel
This commit is contained in:
parent
16eae80edf
commit
ea6279cb91
@ -1,3 +1,7 @@
|
||||
Fri Jul 6 17:06:52 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/virsh.c: fix an error in the default help string, bug #247197
|
||||
|
||||
Fri Jul 6 16:00:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
* src/hash.c, src/internal.h: Remove virGetDomainByID function
|
||||
|
@ -4494,7 +4494,7 @@ vshUsage(vshControl * ctl, const char *cmdname)
|
||||
"help")));
|
||||
|
||||
fprintf(stdout,
|
||||
_("\n (specify --help <command> for details about the command)\n\n"));
|
||||
_("\n (specify help <command> for details about the command)\n\n"));
|
||||
return;
|
||||
}
|
||||
if (!vshCmddefHelp(ctl, cmdname, TRUE))
|
||||
|
Loading…
x
Reference in New Issue
Block a user