Fix debug help error message.
authorMatthew Booth <mbooth@redhat.com>
Mon, 31 Oct 2011 16:47:50 +0000 (16:47 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 31 Oct 2011 16:47:50 +0000 (16:47 +0000)
commit4e3a1205ebfec1a5cbc3062d6f73a684090e80b5
tree43b0bc95015fb55482d78e112bba49ed7d6ba01c
parent6f84ef6768e9c625d67f7eb015277b0ec1b2c2af
Fix debug help error message.

When given an invalid debug command, libguestfs responds with the
error message:

  libguestfs: error: debug: use 'debug help' to list the supported commands

However this command does not work, as debug requires two
arguments. This change updates the message to prompt the user to use
'debug help 0'.
daemon/debug.c