about summary refs log tree commit diff
path: root/Completion/Linux/Command/_iptables
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Linux/Command/_iptables')
-rw-r--r--Completion/Linux/Command/_iptables4
1 files changed, 2 insertions, 2 deletions
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