diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-24 23:01:49 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-24 23:01:49 -0500 |
commit | 28620a699d59b55c3d6d5883c5c9495a4f1a384c (patch) | |
tree | cda6355d72827b0200396745d33074bde4a54f12 | |
parent | ce6f35062ed958ee13f32f95ea43262cf2eb207b (diff) |
wording
-rwxr-xr-x | uninit.d/01prompt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uninit.d/01prompt b/uninit.d/01prompt index e642a82..2732310 100755 --- a/uninit.d/01prompt +++ b/uninit.d/01prompt @@ -1,8 +1,8 @@ #!/bin/sh set -e -echo "** Warning: etckeeper uninit will DESTROY all recorded history for $ETCKEEPER_DIR" -echo "** This includes deleting the $VCS repository and ignore file." +echo "** Warning: This will DESTROY all recorded history for $ETCKEEPER_DIR," +echo "** including the $VCS repository and ignore file." echo "" printf "Are you sure you want to do this? [yN] " read answer |