diff --git a/demo.sh b/demo.sh index a775abf..a5213fb 100755 --- a/demo.sh +++ b/demo.sh @@ -155,10 +155,10 @@ demo_main() { c ' source demo.sh' c c COMMANDS - c ' c "" - output as a comment' - c ' x "" - output a command, execute, and output the result' - c ' hold "" - hold for input using as the prompt' - c ' live "" - start a new live shell using as the prompt' + c ' c "" - output as a comment' + c ' x [""] - output a command, execute, and output the result' + c ' hold [""] - hold for input using as the prompt' + c ' live [""] - start a new live shell using as the prompt' c c http://github.com/jesselang/demo.sh }