From ea6279cb910811d8c4154f61a1a733ba175971da Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 6 Jul 2007 15:05:19 +0000 Subject: [PATCH] * src/virsh.c: fix an error in the default help string, bug #247197 Daniel --- ChangeLog | 4 ++++ src/virsh.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c344ac799..b6a8d1924b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 6 17:06:52 CEST 2007 Daniel Veillard + + * 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 * src/hash.c, src/internal.h: Remove virGetDomainByID function diff --git a/src/virsh.c b/src/virsh.c index 7d05fdb8db..c849ca7b91 100644 --- a/src/virsh.c +++ b/src/virsh.c @@ -4494,7 +4494,7 @@ vshUsage(vshControl * ctl, const char *cmdname) "help"))); fprintf(stdout, - _("\n (specify --help for details about the command)\n\n")); + _("\n (specify help for details about the command)\n\n")); return; } if (!vshCmddefHelp(ctl, cmdname, TRUE))