diff --git a/README.md b/README.md index 2ee287084c..c008ce28bf 100644 --- a/README.md +++ b/README.md @@ -675,7 +675,7 @@ Ruff supports two command-line flags that alter its exit code behavior: ### Autocompletion Ruff supports autocompletion for most shells. A shell-specific completion script can be generated -by `ruff completion `, where `` is one of `bash`, `elvish`, `fig`, `fish`, +by `ruff generate-shell-completion `, where `` is one of `bash`, `elvish`, `fig`, `fish`, `powershell`, or `zsh`. The exact steps required to enable autocompletion will vary by shell. For example instructions,