* src/virsh.c: fix an error in the default help string, bug #247197

Daniel
This commit is contained in:
Daniel Veillard 2007-07-06 15:05:19 +00:00
parent 16eae80edf
commit ea6279cb91
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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))