Skip to content

Commit

Permalink
adds usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchoel committed Jan 29, 2023
1 parent 272827a commit 2d4fca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/export/export_dozeloc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/usr/bin/env python3
"""Exports all Python exercises that have unit tests to dozeloc exercise folder.
Usage: ./export_dozeloc.py [-l language] [-o destination/folder]
Usage: ./export_dozeloc.py [-l language] [-o destination/folder] [-s]
Example: scripts/export/export_dozeloc.py -l en-US -o scripts/export/dozeloc
"""

import os
Expand Down

0 comments on commit 2d4fca5

Please sign in to comment.