diff options
-rwxr-xr-x | sysutils/etcupdate/files/etcupdate | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/etcupdate/files/etcupdate b/sysutils/etcupdate/files/etcupdate index baaf864f564..a8e9a8593d7 100755 --- a/sysutils/etcupdate/files/etcupdate +++ b/sysutils/etcupdate/files/etcupdate @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: etcupdate,v 1.3 2001/11/20 15:55:44 martti Exp $ +# $NetBSD: etcupdate,v 1.4 2001/11/21 08:45:57 martti Exp $ # # Copyright (c) 2001 The NetBSD Foundation, Inc. # All rights reserved. @@ -184,9 +184,9 @@ EOF else cat << EOF d Don't install the new file - i Install the new file - m Merge the currently installed and new file - s Show the differences between the installed and new file + i Install the new file (overwrites your modifications!) + m Merge the currently installed and new files + s Show the differences between the currently installed and new files v Show the new file EOF |