Skip to content

Commit

Permalink
Fixed usage line in help output
Browse files Browse the repository at this point in the history
  • Loading branch information
akenion committed Nov 6, 2024
1 parent 72f6dba commit 08fdc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordfence/cli/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def __init__(
super().__init__(terminal_size)

def _generate_usage_details(self) -> List[str]:
return '<SUBCOMMAND> [OPTIONS]'
return ['<SUBCOMMAND> [OPTIONS]']

def _get_config_map(self) -> Dict[str, ConfigItemDefinition]:
return self.config_map
Expand Down

0 comments on commit 08fdc02

Please sign in to comment.