Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Feb 3, 2025
1 parent e8b4063 commit f16706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/configure-commands/v2/update
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o pipefail

usage() {
echo "Usage: $(basename "$0") [OPTIONS]" 1>&2
echo " -f <force_update> - Force update (Runs through the upate process even if dalmatian-tools is on the latest version)"
echo " -f <force_update> - Force update (Runs through the update process even if dalmatian-tools is on the latest version)"
echo " -h - help"
exit 1
}
Expand Down

0 comments on commit f16706a

Please sign in to comment.