From b84399b9cbb93f199d695d7cb264c44178a8d5e0 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 31 Jul 2003 15:26:13 +0000 Subject: tidy up of many completions (updates, fixes, improvements and plain aesthetics) --- Completion/Linux/Command/_iptables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Linux/Command/_iptables') diff --git a/Completion/Linux/Command/_iptables b/Completion/Linux/Command/_iptables index af4d0c8b3..8f990030c 100644 --- a/Completion/Linux/Command/_iptables +++ b/Completion/Linux/Command/_iptables @@ -12,8 +12,8 @@ case $service in ;; iptables-restore) _arguments -s \ - '{-c,--counters}'[restore the values of all packet and byte counters]' \ - '{-n,--noflush}"[don't flush the previous contents of the table]" + {-c,--counters}'[restore the values of all packet and byte counters]' \ + {-n,--noflush}"[don't flush the previous contents of the table]" return ;; esac -- cgit 1.4.1