diff --git a/docs/features.md b/docs/features.md index a5f7d9bd..33d0ed89 100644 --- a/docs/features.md +++ b/docs/features.md @@ -56,7 +56,7 @@ oclif can package your CLI into [different installers](releasing.md) that don't ### Autocomplete -Include terminal autocompletion for your CLI with the [plugin-autocomplete](https://github.com/oclif/plugin-autocomplete). After the autocomplete feature is configured, users can complete command names and flag names by pressing the key. +Include terminal autocompletion for your CLI with the [plugin-autocomplete](https://github.com/oclif/plugin-autocomplete). After the autocomplete feature is configured, users can complete command names and flag names by pressing the `tab` key. ```bash $ my-cli p # lists all commands starting with 'p' for completion