Skip to content

Commit

Permalink
Fix help message for command autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
booxter committed Oct 22, 2023
1 parent 8d1ca81 commit 66b6ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gri/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def get_command(self, ctx: click.Context, cmd_name: str) -> click.Command | None
# pylint: disable=unused-argument,too-many-arguments,too-many-locals
def cli(ctx: click.Context, **kwargs):
"""To enable shell completion, add
eval "$(_GRI_COMPLETE=source_bash gri)" to your shell profile. Remember to
eval "$(_GRI_COMPLETE=bash_source gri)" to your shell profile. Remember to
replace bash with zsh or fish if needed.
"""
ctx.obj = AppReviews(ctx=ctx)
Expand Down

0 comments on commit 66b6ccd

Please sign in to comment.