From 28620a699d59b55c3d6d5883c5c9495a4f1a384c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Feb 2009 23:01:49 -0500 Subject: wording --- uninit.d/01prompt | 4 ++-- 1 file 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 -- cgit v1.2.3