1
0
forked from bip/bip

Fix help message: bip reload is quite stable for some time now.

This commit is contained in:
Arnaud Cornet 2008-11-09 19:05:49 +01:00
parent 1cbb1b9b7a
commit 383a3a4477

View File

@ -1953,7 +1953,7 @@ void adm_bip_help(struct link_client *ic, int admin, char *subhelp)
if (subhelp == NULL) { if (subhelp == NULL) {
if (admin) { if (admin) {
bip_notify(ic, "/BIP RELOAD # Re-read bip configuration " bip_notify(ic, "/BIP RELOAD # Re-read bip configuration "
"and apply changes. /!\\ VERY UNSTABLE !"); "and apply changes.");
bip_notify(ic, "/BIP INFO user <username> # show a user's " bip_notify(ic, "/BIP INFO user <username> # show a user's "
"configuration"); "configuration");
bip_notify(ic, "/BIP LIST networks|users|connections|all_links" bip_notify(ic, "/BIP LIST networks|users|connections|all_links"