Fix help message.

This commit is contained in:
Arnaud Cornet 2007-11-25 15:37:26 +01:00
parent b3b6df53bb
commit 546f86b592
1 changed files with 2 additions and 0 deletions

View File

@ -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 <connection name> <network>");
adm_reply(ic, "/BIP DEL_CONN <connection name>");
} else {
adm_reply(ic, "/BIP LIST networks|connections");
}