From 9259abf17b39c66f5e0912d127f5e4e5f63b8c57 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Sun, 19 Nov 2017 20:27:33 +0000 Subject: [PATCH] Fix usage instruction at bin/workshop_check.py Close #152. --- bin/workshop_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/workshop_check.py b/bin/workshop_check.py index 87b9ec8b..cd3a8bfc 100755 --- a/bin/workshop_check.py +++ b/bin/workshop_check.py @@ -21,7 +21,7 @@ CARPENTRIES = ("dc", "swc") DEFAULT_CONTACT_EMAIL = 'admin@software-carpentry.org' -USAGE = 'Usage: "check-workshop path/to/root/directory"' +USAGE = 'Usage: "workshop_check.py path/to/root/directory"' # Country and language codes. Note that codes mean different things: 'ar' # is 'Arabic' as a language but 'Argentina' as a country.