Skip to content

Commit

Permalink
M : add help/h to command list
Browse files Browse the repository at this point in the history
  • Loading branch information
junaid1460 committed Dec 15, 2017
1 parent 15112c4 commit 7da7812
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ then
elif [ "$command" == "cat" ]
then
showFileWithNumber $parameter

elif [ "$command" == "help" ] || [ "$command" == "h" ]
then
error
else
color $Red
echo "Invalid parameters"
Expand Down

0 comments on commit 7da7812

Please sign in to comment.