X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdebug.c;h=31cef4657845c90cd5506bdebb192602b6bbb8c2;hb=c649817586e5b4df53b251d1290422f5ef046045;hp=2ba48a73bf61e5717637dfdcc26c98741ffa912b;hpb=d7356a2801130907997acd5c7502e8417566e782;p=libguestfs.git diff --git a/daemon/debug.c b/daemon/debug.c index 2ba48a7..31cef46 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; } @@ -280,7 +280,9 @@ debug_env (const char *subcmd, int argc, char *const *const argv) return out; } -/* Return binaries in the appliance. See regressions/rhbz727178.sh */ +/* Return binaries in the appliance. + * See tests/regressions/rhbz727178.sh + */ static char * debug_binaries (const char *subcmd, int argc, char *const *const argv) { @@ -306,7 +308,9 @@ debug_binaries (const char *subcmd, int argc, char *const *const argv) return out; } -/* Run 'ldd' on a file from the appliance. See regressions/rhbz727178.sh */ +/* Run 'ldd' on a file from the appliance. + * See tests/regressions/rhbz727178.sh + */ static char * debug_ldd (const char *subcmd, int argc, char *const *const argv) {