summaryrefslogtreecommitdiff
path: root/.zsh/completion/_bpfc.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/completion/_bpfc.zsh')
-rw-r--r--.zsh/completion/_bpfc.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/completion/_bpfc.zsh b/.zsh/completion/_bpfc.zsh
index 2685bad..63c54e0 100644
--- a/.zsh/completion/_bpfc.zsh
+++ b/.zsh/completion/_bpfc.zsh
@@ -13,6 +13,7 @@ typeset -A opt_args
_arguments -s -S \
"(-i --input)"{-i,--input}"[Berkeley Packet Filter file]:input:_files" \
"(-p --cpp)"{-p,--cpp}"[Run bpf program through C preprocessor]" \
+ "(-D --define)"{-D,--define}"[Add macro definition for the C preprocessor]::" \
"(-f --format)"{-f,--format}"[Output format]:output:(C netsniff-ng xt_bpf tcpdump)" \
"(-b --bypass)"{-b,--bypass}"[Bypass filter validation (e.g. for bug testing)]" \
"(-d --dump)"{-d,--dump}"[Dump supported instruction table]" \