From 3e952271dbf983c2ed377ec76d2a5dfe61bff5c2 Mon Sep 17 00:00:00 2001 From: Iris Garcia Date: Thu, 30 Sep 2021 12:24:20 +0200 Subject: [PATCH] fix: completions for asdf plugin list --- completions/_asdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/_asdf b/completions/_asdf index 388419efb..ed67708e8 100755 --- a/completions/_asdf +++ b/completions/_asdf @@ -9,7 +9,7 @@ asdf_commands=( # 'asdf help' lists commands with help text # plugins 'plugin:plugin management sub-commands' 'plugin-add:add plugin from asdf-plugins repo or from git URL' - 'plugin-list:list installed plugins (--url with URLs)' + 'plugin-list:list installed plugins (--urls with URLs)' 'plugin-list-all:list all plugins registered in asdf-plugins repo' 'plugin-remove:remove named plugin and all packages for it' 'plugin-update:update named plugin (or --all)'