gbproxy: The "[stats]" option was not documented, document it

Documentation error (missing docs):
<command id='show gbproxy [stats]'>
        <param name='[stats]' doc='(null)' />
This commit is contained in:
Holger Hans Peter Freyther
2013-11-03 17:34:17 +01:00
parent aff2d62b8c
commit 82e644b572

View File

@@ -931,7 +931,7 @@ static void gbprox_vty_print_peer(struct vty *vty, struct gbprox_peer *peer)
}
gDEFUN(show_gbproxy, show_gbproxy_cmd, "show gbproxy [stats]",
SHOW_STR "Display information about the Gb proxy")
SHOW_STR "Display information about the Gb proxy\n" "Show statistics\n")
{
struct gbprox_peer *peer;
int show_stats = argc >= 1;