Skip to content

Commit

Permalink
Merge pull request #703 from QData/texattack
Browse files Browse the repository at this point in the history
fix command help str :-)
  • Loading branch information
jxmorris12 committed Nov 6, 2022
2 parents 588d69b + 0e08851 commit 95cc21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textattack/commands/textattack_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
def main():
parser = argparse.ArgumentParser(
"TextAttack CLI",
usage="[python -m] texattack <command> [<args>]",
usage="[python -m] textattack <command> [<args>]",
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
)
subparsers = parser.add_subparsers(help="textattack command helpers")
Expand Down

0 comments on commit 95cc21b

Please sign in to comment.