diff --git a/doc b/doc index 346fe48..1f28e42 100755 --- a/doc +++ b/doc @@ -100,6 +100,10 @@ then elif [ "$command" == "cat" ] then showFileWithNumber $parameter + + elif [ "$command" == "help" ] || [ "$command" == "h" ] + then + error else color $Red echo "Invalid parameters"