From 546f86b59287d91ecfed79751b824227e77edf1b Mon Sep 17 00:00:00 2001 From: Arnaud Cornet Date: Sun, 25 Nov 2007 15:37:26 +0100 Subject: [PATCH] Fix help message. --- src/bip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bip.c b/src/bip.c index 19ee35a..02c11a2 100644 --- a/src/bip.c +++ b/src/bip.c @@ -1796,6 +1796,8 @@ void adm_bip_help(struct link_client *ic, int admin) "configuration"); adm_reply(ic, "/BIP LIST networks|users|connections|all_links" "|all_connections"); + adm_reply(ic, "/BIP ADD_CONN "); + adm_reply(ic, "/BIP DEL_CONN "); } else { adm_reply(ic, "/BIP LIST networks|connections"); }