=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bgplg/bgplg.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/bgplg/bgplg.h 2007/04/13 15:31:02 1.4 +++ src/usr.bin/bgplg/bgplg.h 2009/05/20 09:45:59 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: bgplg.h,v 1.4 2007/04/13 15:31:02 claudio Exp $ */ +/* $OpenBSD: bgplg.h,v 1.5 2009/05/20 09:45:59 sthen Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter @@ -64,7 +64,7 @@ { TRACEROUTE, "-Sl", NULL } }, \ { "ping", 1, 1, "<address>", \ { PING, "-c4", "-w2", NULL } }, \ - { "?", 0, 0, NULL, { NULL }, lg_help }, \ + { "help", 0, 0, NULL, { NULL }, lg_help }, \ { NULL } \ }