fixing the help message

pull/3350/head
Lakin Wecker 2017-07-25 09:29:21 -06:00
parent 9160c630e9
commit 564daad4db
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ case_template = ''' "{key}" -> """{contents}"""'''
def main():
parser = argparse.ArgumentParser()
parser.add_argument("locale_dir", help="A lichess username")
parser.add_argument("locale_dir", help="The path to the timeago locales")
args = parser.parse_args()
cases = {}