Skip to content

Commit

Permalink
fix tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr committed Dec 31, 2024
1 parent c0d707b commit 4592bb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/tsdev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ help(){
echo
echo "Frontend:"
echo " frontend The old v1 frontend (deprecated)."
echo " frontend-ng The current v2 frontend (vue2)."
echo " frontend-v3 The future v3 frontend (vue3)."
echo
echo " frontend-ng The current v2 frontend (vue2)."
echo " frontend-v3 The future v3 frontend (vue3)."
echo
echo "Examples:"
echo " tsdev.sh vue-dev frontend-v3"
echo " tsdev.sh vue-dev frontend-v3"
echo " tsdev.sh logs"
echo " tsdev.sh test"
exit 0
Expand Down

0 comments on commit 4592bb7

Please sign in to comment.