From 2696ad2cca73aee13e38f740d5530dc33e4a92e6 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Sun, 7 Aug 2011 11:25:03 +0400 Subject: [PATCH] don't mention reload twice in tincctl help Signed-Off-By: Michael Tokarev --- src/tincctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tincctl.c b/src/tincctl.c index c055db5a..a7f6185f 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -76,7 +76,7 @@ static void usage(bool status) { " start Start tincd.\n" " stop Stop tincd.\n" " restart Restart tincd.\n" - " reload Reload configuration of running tincd.\n" + " reload Partially reload configuration of running tincd.\n" " pid Show PID of currently running tincd.\n" " generate-keys [bits] Generate new RSA and ECDSA public/private keypairs.\n" " generate-rsa-keys [bits] Generate a new RSA public/private keypair.\n" @@ -90,7 +90,6 @@ static void usage(bool status) { " purge Purge unreachable nodes\n" " debug N Set debug level\n" " retry Retry all outgoing connections\n" - " reload Partial reload of configuration\n" " disconnect NODE Close meta connection with NODE\n" #ifdef HAVE_CURSES " top Show real-time statistics\n" -- 2.20.1