diff --git a/clite/commands.js b/clite/commands.js index 1587e26..e497c11 100644 --- a/clite/commands.js +++ b/clite/commands.js @@ -492,6 +492,31 @@ Options: clite.commands.load('reboot',function(args,env,io) { var stdio = io.include('stdio'); + function help() { + io.write(` +reboot - reboot the system, forcing reload of all code + +Options: +-? Print this help information + `); + } + + for (var i=1; i