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 --- ChangeLog | 3 +++ Completion/Unix/Command/_zpool | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b326336ab..99b779252 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-07-02 Peter Stephenson + * Eric Cook: 35663: Completion/Unix/Command/_zpool: fix for + changed interface. + * 35668: Src/input.c, Src/lex.c, Src/zsh.h, Test/D03procsubst.ztst: replacement for 35667: use input flag to stop unwanted backtracking, 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