X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=daemon%2Fdebug.c;h=bb91c9ef9eb6bd0359cb3076f707ef854bcb438b;hb=8bc6e9d6a89672bbe1e7469774abe889354deb67;hp=2ba48a73bf61e5717637dfdcc26c98741ffa912b;hpb=d7356a2801130907997acd5c7502e8417566e782;p=libguestfs.git diff --git a/daemon/debug.c b/daemon/debug.c index 2ba48a7..bb91c9e 100644 --- a/daemon/debug.c +++ b/daemon/debug.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -92,7 +92,7 @@ do_debug (const char *subcmd, char *const *argv) return cmds[i].f (subcmd, argc, argv); } - reply_with_error ("use 'debug help' to list the supported commands"); + reply_with_error ("use 'debug help 0' to list the supported commands"); return NULL; }