Skip to content

Commit

Permalink
change casing to be consistent (#1235)
Browse files Browse the repository at this point in the history
* change casing to be consistent

* pr

* comments

* casing
  • Loading branch information
ponderingdemocritus authored Jan 26, 2024
1 parent 32a3c76 commit 5d12a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dojoup/dojoup
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ main() {
-v|--version) shift; DOJOUP_VERSION=$1;;
-p|--path) shift; DOJOUP_LOCAL_REPO=$1;;
-P|--pr) shift; DOJOUP_PR=$1;;
-C|--commit) shift; DOJOUP_COMMIT=$1;;
-c|--commit) shift; DOJOUP_COMMIT=$1;;
-h|--help)
usage
exit 0
Expand Down Expand Up @@ -215,7 +215,7 @@ OPTIONS:
-v, --version Install a specific version
-b, --branch Install a specific branch
-P, --pr Install a specific Pull Request
-C, --commit Install a specific commit
-c, --commit Install a specific commit
-r, --repo Install from a remote GitHub repo (uses default branch if no other options are set)
-p, --path Install a local repository
EOF
Expand Down

0 comments on commit 5d12a3d

Please sign in to comment.