Skip to content

Commit

Permalink
#1373: Changed help text of command.
Browse files Browse the repository at this point in the history
  • Loading branch information
susanodd committed Nov 13, 2024
1 parent c13438a commit f3e5584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def rename_extension_videos(gloss, glossvideos):


class Command(BaseCommand):
help = 'Rename gloss backup videos that have bak sequences.'
help = 'Rename gloss videos with non-mp4 extension.'

def add_arguments(self, parser):
parser.add_argument('dataset-acronym', nargs='+', type=str)
Expand Down

0 comments on commit f3e5584

Please sign in to comment.