From 01d330e5e10a0ca74d44f6eb2028755a485ce533 Mon Sep 17 00:00:00 2001 From: Eunbee Kim Date: Tue, 29 Sep 2020 01:10:02 -0400 Subject: [PATCH] update version feature --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ce7e60c..7dddc93 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,19 @@ Please see the appropriate guide for your CLI of choice: UrlCheck ``` - You can type '-a' flag to allow checking for archived versions of URLs. + You can type '--a' flag to allow checking for archived versions of URLs. ```bash - UrlCheck -a + UrlCheck --a ``` - This '-s' flag change 'http' to 'https' in URLs and you can check whether url work with https or not. + This '--s' flag change 'http' to 'https' in URLs and you can check whether url work with https or not. ```bash - UrlCheck -s + UrlCheck --s + ``` + + This '--v' or '--version' flag return the current version. + ```bash + UrlCheck --v ``` ### PowerShell @@ -75,10 +80,14 @@ Please see the appropriate guide for your CLI of choice: DefaultPic

- ```bash - java -jar UrlCheck.jar - ``` + ```bash + java -jar UrlCheck.jar + ``` + ```bash + java -jar UrlCheck.jar /v + ``` + ## Library https://github.com/java-native-access/jna