Corrected a small language error

This commit is contained in:
imbdb 2018-09-07 11:29:04 +00:00
parent 45386c2649
commit b2fc11d4bc
1 changed files with 2 additions and 2 deletions

View File

@ -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('');