From ca62d93d89f32c7f54697de1b715b29f95211748 Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Wed, 22 Mar 2017 11:59:23 +0100 Subject: [PATCH] Package name is optional in 'upgrade' --- plugins/yarn/yarn.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' )