From 43412aad5f668686daa058505a61c070561b46fc Mon Sep 17 00:00:00 2001 From: Iris Garcia Date: Thu, 30 Sep 2021 14:24:03 +0200 Subject: [PATCH] fix: completions for asdf plugin list (#1061) --- 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)'