Missing exit command from controlinterface help
authorDarren <darren@darrenwhitlen.com>
Mon, 9 Jun 2014 12:45:54 +0000 (13:45 +0100)
committerDarren <darren@darrenwhitlen.com>
Mon, 9 Jun 2014 12:45:54 +0000 (13:45 +0100)
server/controlinterface.js

index 2bcf32cdc3b5f78e3d463d2e215480581a11f64c..fa8f0e6c3393694b851d2a987f155a6e337d7132 100644 (file)
@@ -80,6 +80,8 @@ commands.help = function(args, raw) {
     var help = 'Available commands:\n';
     help += 'help\n';
     help += '    This help menu\n';
+    help += 'exit\n';
+    help += '    Close and exit this Kiwi admin console\n';
     help += 'reconfig\n';
     help += '    Reload the config.js file\n';
     help += 'stats\n';