diff --git a/plugins/yarn/yarn.plugin.zsh b/plugins/yarn/yarn.plugin.zsh index 99ba3b26..2150b98a 100644 --- a/plugins/yarn/yarn.plugin.zsh +++ b/plugins/yarn/yarn.plugin.zsh @@ -36,7 +36,7 @@ _yarn () 'info: [] - fetch information about a package and return it in a tree format.' \ 'outdated:Checks for outdated package dependencies.' \ 'run:Runs a defined package script.' \ - 'upgrade: Upgrades packages to their latest version based on the specified range.' \ + 'upgrade:[package] Upgrades packages to their latest version based on the specified range.' \ 'upgrade-interactive:Opens an interactive GUI to update packages.' \ 'why: - Show information about why a package is installed.' )