Fix command description

Co-authored-by: Daniel Pavone <danielpavone@gmail.com>
This commit is contained in:
Ryan Hughes
2025-10-11 18:58:52 -04:00
parent 04fa3fd32e
commit 01a1e43b25

View File

@@ -3,7 +3,7 @@
set -e set -e
if (($# == 0)); then if (($# == 0)); then
echo "Usage: omarchy-verion-branch-set [master|dev]" echo "Usage: omarchy-update-branch [master|dev]"
exit 1 exit 1
fi fi