Commit 9259abf1 authored by Raniere Silva's avatar Raniere Silva
Browse files

Fix usage instruction at bin/workshop_check.py

Close #152.
parent 1083d36c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ URL_PATTERN = r'https?://.+'
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.