From 16d913b62e3da34a087ad328fd6af9e867699cb0 Mon Sep 17 00:00:00 2001 From: Jun An Date: Fri, 15 Mar 2019 16:04:37 +0800 Subject: [PATCH] Update run.sh to use new CLI flag format (#4) --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index f63740bf5..f2cd02a93 100755 --- a/run.sh +++ b/run.sh @@ -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