Skip to content

Commit

Permalink
Fix typo in command documentation
Browse files Browse the repository at this point in the history
(cherry picked from commit 916e91b)
  • Loading branch information
drybjed committed Mar 27, 2023
1 parent 6fa1a2c commit 54dc8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debops/subcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def do_project_status(self):
def do_exec(self):
parser = argparse.ArgumentParser(
parents=[self.global_parser],
usage='debops exec [<args>] [--] <[ansible_args]',
usage='debops exec [<args>] [--] <[ansible_args]>',
description='run Ansible commands directly against hosts')
parser.add_argument('-E', '--bell', default=False,
help='notify the user at the end '
Expand Down

0 comments on commit 54dc8e9

Please sign in to comment.