summaryrefslogtreecommitdiffstats
path: root/src/ifplugd.action
diff options
context:
space:
mode:
Diffstat (limited to 'src/ifplugd.action')
-rwxr-xr-xsrc/ifplugd.action5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ifplugd.action b/src/ifplugd.action
index 617902f..c87ac0c 100755
--- a/src/ifplugd.action
+++ b/src/ifplugd.action
@@ -51,8 +51,11 @@ case "$2" in
fi
;;
*)
- echo "Wrong arguments" > /dev/stderr
+ echo "Wrong arguments" >&2
;;
esac
exit 1
+
+
+# vim: ft=sh ts=4 et sw=4: