diff options
author | ZYX <yuxz@amazon.com> | 2023-02-27 14:39:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-27 20:39:38 +0100 |
commit | f42c965da44be6940134b805edb54c5eca37d9ae (patch) | |
tree | b2b317dd1f9b3fef4dfb641c853f31a9fd818b1a /plugins/aliases/README.md | |
parent | 21bdb18b2d1fe8b547a42da7ac7b58fb28563a2c (diff) | |
download | zsh-f42c965da44be6940134b805edb54c5eca37d9ae.tar.gz zsh-f42c965da44be6940134b805edb54c5eca37d9ae.tar.bz2 zsh-f42c965da44be6940134b805edb54c5eca37d9ae.zip |
fix(aliases): clarify how to pass in keywords to `acs` (#11521)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
Diffstat (limited to 'plugins/aliases/README.md')
-rw-r--r-- | plugins/aliases/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/aliases/README.md b/plugins/aliases/README.md index 4e77f67b3..6a2da3d74 100644 --- a/plugins/aliases/README.md +++ b/plugins/aliases/README.md @@ -19,7 +19,7 @@ Requirements: Python needs to be installed. - `acs -h/--help`: print help mesage -- `acs <keyword>`: filter aliases by `<keyword>` and highlight +- `acs <keyword(s)>`: filter and highlight aliases by `<keyword>` - `acs -g <group>/--group <group>`: show only aliases for group `<group>`. Multiple uses of the flag show all groups |