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
1 changed files with 1 additions and 1 deletions

View File

@ -1953,7 +1953,7 @@ void adm_bip_help(struct link_client *ic, int admin, char *subhelp)
if (subhelp == NULL) {
if (admin) {
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 "
"configuration");
bip_notify(ic, "/BIP LIST networks|users|connections|all_links"