Skip to content

Commit

Permalink
Clarify description of --latest flag in run.sh (#13)
Browse files Browse the repository at this point in the history
Information about the function of the `--latest` flag is unclear.

Let's clarify the description of `--latest` flag in `run.sh`.
  • Loading branch information
jedkohjk authored Aug 13, 2024
1 parent 8018580 commit 3a748c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### ./get-reposense.py --release # Gets the latest release (Stable)
### ./get-reposense.py --master # Gets the latest master (Beta)
### ./get-reposense.py --tag v1.6.1 # Gets a specific version
### ./get-reposense.py --latest v1.6 # Gets the latest version of a specific tag
### ./get-reposense.py --latest v1.6 # Gets the latest version with the given tag prefix e.g. v1.6.1
### ./get-reposense.py --commit abc123 # Gets a specific commit
### ./get-reposense.py --release --overwrite # Overwrite RepoSense.jar, if exists, with the latest release

Expand Down

0 comments on commit 3a748c5

Please sign in to comment.