Skip to content

Commit aa14f92

Browse files
committed
Clarified help
1 parent d23c583 commit aa14f92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/spin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ action_exec(){
142142
}
143143

144144
action_help(){
145-
echo "help"
145+
echo "Help coming soon..."
146146
}
147147

148148
action_kill(){
@@ -251,7 +251,7 @@ main() {
251251
;;
252252
esac
253253
else
254-
echo "You didn't pass \"spin\" any arguments. Run 'spin help' if you want to see the documentation."
254+
printf "${BOLD}${YELLOW}\🤔 You didn't pass \"spin\" any arguments. Run \"spin help\" if you want to see the documentation.${RESET}"
255255
fi
256256
}
257257

0 commit comments

Comments
 (0)