From cff288771988712a54e381e9724d8c92b1b7570e Mon Sep 17 00:00:00 2001 From: Katsuhiko YOSHIDA Date: Sat, 3 Feb 2018 20:49:14 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e8d997..0e852fe 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ ghkw exclusion_condition exclude_condition excluded_condition -h, --help Show this help message and exit. --v, --version Print current version.`` +-v, --version Print current version. ``` *NOTE*: Set Github Access Token which has "Full control of private repositories" scope as an environment variable `GITHUB_TOKEN`. If not set, `ghkw` requires your Github username and password(and two-factor auth code if you are setting). Because of using [GitHub API v3](https://developer.github.com/v3/).