Skip to content

Commit

Permalink
Merge pull request #403 from dxw/fix-minor-typo
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
dragon-dxw authored Feb 3, 2025
2 parents e8b4063 + f16706a commit a2072fa
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 a2072fa

Please sign in to comment.