Skip to content

Commit

Permalink
Update CLI epilog
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEBAS204 committed Feb 2, 2023
1 parent 7ff995b commit bc32533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/CLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
description="Fetch a language or multiple languages from the command line",
epilog="""Usage example:
* Single language:
fetch_sets.py -lang english
CLI.py -lang english
* Multiple languages:
fetch_sets.py -lang English Spanish --loc ../my_new_folder
fetch_sets.py -lang english middle_english ./sets_new
CLI.py -lang English Spanish --loc ../my_new_folder
CLI.py -lang english middle_english ./sets_new
See all supported languages here:
Expand Down

0 comments on commit bc32533

Please sign in to comment.