From b2fc11d4bc9a9f1d4a849e2756e743ddd501e63d Mon Sep 17 00:00:00 2001 From: imbdb Date: Fri, 7 Sep 2018 11:29:04 +0000 Subject: [PATCH] Corrected a small language error --- bin/telebit-remote.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/telebit-remote.js b/bin/telebit-remote.js index 0fb109d..667eda4 100755 --- a/bin/telebit-remote.js +++ b/bin/telebit-remote.js @@ -47,8 +47,8 @@ function help() { //console.info('\ttelebit init # bootstrap the config files'); //console.info(''); console.info('\ttelebit status # whether enabled or disabled'); - console.info('\ttelebit enable # disallow incoming connections'); - console.info('\ttelebit disable # allow incoming connections'); + console.info('\ttelebit enable # allow incoming connections'); + console.info('\ttelebit disable # disallow incoming connections'); console.info(''); console.info('\ttelebit list # list rules for servernames and ports'); console.info('');