diff options
| author | Marc Cornellà <marc.cornella@live.com> | 2020-10-10 12:12:22 +0200 | 
|---|---|---|
| committer | Marc Cornellà <marc.cornella@live.com> | 2020-10-10 12:12:22 +0200 | 
| commit | 75ae0e905fcb928555df122ec1ec29a8a546130d (patch) | |
| tree | 9fbad8d24ed30b4cb38e849f2ee26dbbc95fe098 /lib | |
| parent | 982d010be5fdb1cff471978634f8ff374deba9ba (diff) | |
| download | zsh-75ae0e905fcb928555df122ec1ec29a8a546130d.tar.gz zsh-75ae0e905fcb928555df122ec1ec29a8a546130d.tar.bz2 zsh-75ae0e905fcb928555df122ec1ec29a8a546130d.zip | |
lib: fix `omz help` and reword
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cli.zsh | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/lib/cli.zsh b/lib/cli.zsh index c9ee159bc..ff865093d 100644 --- a/lib/cli.zsh +++ b/lib/cli.zsh @@ -60,8 +60,9 @@ Usage: omz <command> [options]  Available commands:      help                Print this help message -    pr <command>        Commands for Oh My Zsh Pull Requests management -    theme <command>     Commands for Oh My Zsh themes management +    plugin <command>    Manage plugins +    pr <command>        Manage Oh My Zsh Pull Requests +    theme <command>     Manage themes      update              Update Oh My Zsh  EOF | 
