diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-11 16:07:31 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-11 16:07:31 +0100 |
| commit | e000a6316401773f7efea332f973b609b4b88bd3 (patch) | |
| tree | 93b56517e65f360a360803ab43795e2542df54c5 /animism-align/cli/commands/site | |
| parent | e28171ff3679e8e172d438c796751bf823dfe7f8 (diff) | |
should store uploads per-episode now
Diffstat (limited to 'animism-align/cli/commands/site')
| -rw-r--r-- | animism-align/cli/commands/site/export.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/cli/commands/site/export.py b/animism-align/cli/commands/site/export.py index 41e41ed..6bafadc 100644 --- a/animism-align/cli/commands/site/export.py +++ b/animism-align/cli/commands/site/export.py @@ -24,7 +24,7 @@ MEDIA_ANNOTATION_TYPES = [ help='Whether to rebuild the Javascript bundle') @click.pass_context def cli(ctx, opt_output_dir, opt_sync, opt_js): - """Export a graph""" + """Export an episode""" # ------------------------------------------------ # imports |
