Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/no-carrier.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-08-05 08:35:05 +0300
committerChris Rebert <github@rebertia.com>2015-08-05 08:35:05 +0300
commit90dd377f1cd88c1118f457a9ac9c95cd81b4d951 (patch)
tree94f08a941523774005376036036d334266bb0c80
parent923c7c4b279552173c513e8d168d5322d54168e7 (diff)
README: Update filename in example command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 944f3b4..2bdd961 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ NO CARRIER requires 2 environment variables to be set:
* `$GITHUB_USERNAME` - Username of GitHub user for NO CARRIER to login as
* `$GITHUB_PASSWORD` - Password of GitHub user for NO CARRIER to login as
-NO CARRIER accepts exactly 3 command line arguments. Once you've built the JAR, run e.g. `java -jar no-carrier-assembly-1.0.jar <owner/repo> <label> <days>`. Here's what each of the arguments is:
+NO CARRIER accepts exactly 3 command line arguments. Once you have the JAR, run e.g. `java -jar no-carrier.jar <owner/repo> <label> <days>`. Here's what each of the arguments is:
* `owner/repo`: GitHub repo whose issues will be operated upon (example: `twbs/bootstrap` for [Bootstrap](https://github.com/twbs/bootstrap))
* `label`: Name of label used on the repo's GitHub issue tracker to indicate that the issue is blocked waiting for a reply from a user (typically the issue's original poster).
* `days`: Integer number of days. If at least this number of days elapses after an issue has been labeled without any new comment being posted, NO CARRIER will close the issue and post an explanatory comment.