summaryrefslogtreecommitdiff
path: root/userforward
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-02-11 03:59:34 +0000
committerJonas Smedegaard <dr@jones.dk>2002-02-11 03:59:34 +0000
commitb99d965131d2ee40b23faa6cd88561aa5b0540e6 (patch)
treedb72885b4c5bf9baffff22c8d649a971a9cbb2ca /userforward
parentbdf01e0830b6897938fe23669535bbd864f05a18 (diff)
userforward: Mention force option when backing out.
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