mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* src/virsh.c: fix an error in the default help string, bug #247197
Daniel
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user