summaryrefslogtreecommitdiff
path: root/completions/arpspoof
diff options
context:
space:
mode:
Diffstat (limited to 'completions/arpspoof')
-rw-r--r--completions/arpspoof8
1 files changed, 1 insertions, 7 deletions
diff --git a/completions/arpspoof b/completions/arpspoof
index 91bafe58..9c1b99f5 100644
--- a/completions/arpspoof
+++ b/completions/arpspoof
@@ -1,4 +1,4 @@
-# arpspoof completion
+# arpspoof completion -*- shell-script -*-
_arpspoof()
{
@@ -25,10 +25,4 @@ _arpspoof()
} &&
complete -F _arpspoof arpspoof
-# Local variables:
-# mode: shell-script
-# sh-basic-offset: 4
-# sh-indent-comment: t
-# indent-tabs-mode: nil
-# End:
# ex: ts=4 sw=4 et filetype=sh