Skip to content

Commit

Permalink
Update run.sh to use new CLI flag format (reposense#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamidark authored and yong24s committed Mar 15, 2019
1 parent b14433b commit 16d913b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# Executes RepoSense
# Do not change the default output folder name (reposense-report)
## Examples of other valid options; For more, please view the user guide
### java -jar RepoSense.jar -repos https://github.com/reposense/RepoSense.git
### java -jar RepoSense.jar --repos https://github.com/reposense/RepoSense.git

java -jar RepoSense.jar -config ./configs
java -jar RepoSense.jar --config ./configs

0 comments on commit 16d913b

Please sign in to comment.