Skip to content

Commit

Permalink
Fixed the copy/pasted ronin completion man-page.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 10, 2024
1 parent cbee102 commit 98b196b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions man/ronin-completion.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## NAME

ronin-completion - Manages shell completion rules for `ronin-repos`
ronin-completion - Manages shell completion rules for `ronin`

## SYNOPSIS

`ronin-repos completion` [*options*]
`ronin completion` [*options*]

## DESCRIPTION

Expand Down Expand Up @@ -45,7 +45,7 @@ order to enable Zsh's Bash completion compatibility layer:

*HOME*
: Specifies the home directory of the user. Ronin will search for the
`~/.cache/ronin-repos` cache directory within the home directory.
`~/.cache/ronin` cache directory within the home directory.

*XDG_DATA_HOME*
: Specifies the data directory to use. Defaults to `$HOME/.local/share`.
Expand All @@ -70,7 +70,7 @@ order to enable Zsh's Bash completion compatibility layer:
: Installs all shell completion rules for `ronin` and the other `ronin-*`
commands.

`ronin-repos completion --uninstall`
`ronin completion --uninstall`
: Uninstalls all shell completion rules for `ronin` and the other `ronin-*`
commands.

Expand Down

0 comments on commit 98b196b

Please sign in to comment.