]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* src/virsh.c: fix an error in the default help string, bug #247197
authorDaniel Veillard <veillard@redhat.com>
Fri, 6 Jul 2007 15:05:19 +0000 (15:05 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 6 Jul 2007 15:05:19 +0000 (15:05 +0000)
Daniel

ChangeLog
src/virsh.c

index 8c344ac799ebdaf564c5fe8f75f4d07ef5d310b1..b6a8d1924b99fddff12cb2646005a4d4d41da50f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7d05fdb8db83a5f72316f6c71ceb49d41a662a1e..c849ca7b9161e497a77673dbc8165a6df040fe63 100644 (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))