diff options
-rw-r--r-- | usr.bin/bgplg/bgplg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bgplg/bgplg.h b/usr.bin/bgplg/bgplg.h index 4d73efd19c6..753ddb3ba50 100644 --- a/usr.bin/bgplg/bgplg.h +++ b/usr.bin/bgplg/bgplg.h @@ -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 <reyk@vantronix.net> @@ -64,7 +64,7 @@ struct cmd { { 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 } \ } |