diff --git a/layouts/index.html b/layouts/index.html index c6dd65e..0d0916a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -22,7 +22,7 @@ {{ if .Site.Params.exitLocation }} 'exit', {{ end }} - ] + ]; var commandsDescription = [ 'whois\t list basic details\n', @@ -52,7 +52,7 @@ {{ if .Site.Params.exitLocation }} 'exit exit the terminal environment\n', {{ end }} - ] + ]; $('body').terminal(function(command, term) { @@ -262,9 +262,10 @@ ]; var help = '\n[[b;white;]usage:]\n' + - '\n less - use less to display the output\n\n' + - '\n[[b;white;]Available commands:]\n' + - '\n ' + commandsDescription.join(' ') + '\n'; + '\n - execute the command\n' + + ' less - use less to display the output\n\n' + + '\n[[b;white;]Available commands:]\n' + + '\n ' + commandsDescription.join(' ') + '\n'; var source = ' _______ \n' +