Skip to content

Commit

Permalink
Correct text
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 14, 2023
1 parent 7420dfc commit 078a1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

if (( $# < 1 )); then
echo "Illegal number of parameters"
echo "usage: services [create|orion|scorpio|stellio|stellio|stop]"
echo "usage: services [create|orion|scorpio|stellio|start|stop]"
exit 1
fi

Expand Down Expand Up @@ -150,7 +150,7 @@ displayServices () {
command="$1"
case "${command}" in
"help")
echo "usage: services [create|orion|scorpio|stellio|stellio|stop]"
echo "usage: services [create|orion|scorpio|stellio|start|stop]"
exit 0;
;;
"orion")
Expand Down Expand Up @@ -211,7 +211,7 @@ case "${command}" in
;;
*)
echo "Command not Found."
echo "usage: services [create|orion|scorpio|stellio|stellio|stop]"
echo "usage: services [create|orion|scorpio|stellio|start|stop]"
exit 127;
;;
esac

0 comments on commit 078a1c9

Please sign in to comment.