diff options
author | martti <martti> | 2001-11-21 08:45:57 +0000 |
---|---|---|
committer | martti <martti> | 2001-11-21 08:45:57 +0000 |
commit | ddf7447b287ec974853575d48a1d5ddb48f45c0a (patch) | |
tree | af9fa51312f133033e02a445392d6e37cfb3a687 /sysutils/etcupdate | |
parent | 7ece14b37dfe479f013232e5379a6c06169f53af (diff) | |
download | pkgsrc-ddf7447b287ec974853575d48a1d5ddb48f45c0a.tar.gz |
- Emphasize that the 'i' command will overwrite local modification
- Some s/file/files/
Diffstat (limited to 'sysutils/etcupdate')
-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 |