summaryrefslogtreecommitdiff
path: root/userforward
diff options
context:
space:
mode:
Diffstat (limited to 'userforward')
-rwxr-xr-xuserforward2
1 files changed, 1 insertions, 1 deletions
diff --git a/userforward b/userforward
index de8e13f..4aa4c21 100755
--- a/userforward
+++ b/userforward
@@ -14,7 +14,7 @@ set -e
homedir=`getent passwd $uid | awk -F: '{print $6}';`
if [ -e $homedir/.forward -a "x$force" != "xforce" ]; then
- echo "User \"$uid\" already has a .forward - exiting..."
+ echo "User \"$uid\" already has a .forward - (add \"force\" to overwrite...)"
exit 1
fi