From 96fa41a7c8114d9a5bddec29fdbd0997a74ee745 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 2 Jul 2015 16:25:59 +0100 Subject: 35663: zpool completion fix needed after completion change --- Completion/Unix/Command/_zpool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_zpool') diff --git a/Completion/Unix/Command/_zpool b/Completion/Unix/Command/_zpool index 03ebd0642..f2116dc2e 100644 --- a/Completion/Unix/Command/_zpool +++ b/Completion/Unix/Command/_zpool @@ -86,7 +86,7 @@ _zpool() { ) if [[ $service == "zpool" ]]; then - _arguments -C -A "-*" \ + _arguments -C \ '-\?[show help information]' \ '1:subcommand:compadd -a subcmds' \ '*:: :->subcmd' && return -- cgit 1.4.1