Skip to content

Commit

Permalink
Swap init and extract to be didactic
Browse files Browse the repository at this point in the history
As one need to have POT before initializing PO
  • Loading branch information
rffontenelle authored Oct 28, 2024
1 parent 69ab917 commit 2aa3a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def main() -> None:
parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument(
"command",
choices=["init", "extract", "update", "compile"],
choices=["extract", "init", "update", "compile"],
help="command to be executed",
)
parser.add_argument(
Expand Down

0 comments on commit 2aa3a04

Please sign in to comment.