From 383a3a4477387392d50e245b049cf0c5e0490505 Mon Sep 17 00:00:00 2001 From: Arnaud Cornet Date: Sun, 9 Nov 2008 19:05:49 +0100 Subject: [PATCH] Fix help message: bip reload is quite stable for some time now. --- src/bip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bip.c b/src/bip.c index 9ed2c64..7a52c26 100644 --- a/src/bip.c +++ b/src/bip.c @@ -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 # show a user's " "configuration"); bip_notify(ic, "/BIP LIST networks|users|connections|all_links"