From aa6b1f3b89daa67e5d842e7e030f11b82c0124d6 Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Sun, 5 Feb 2012 13:22:41 +0800 Subject: bash_include: 更新顯示訊息 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash_include') diff --git a/bash_include b/bash_include index 6442ade..a15dd15 100644 --- a/bash_include +++ b/bash_include @@ -299,7 +299,7 @@ function check_dmesg () function prehistory_backup () { - echo "Checking current history file" + echo "Checking your current history file" local currentcount=`wc "$HISTFILE" | awk '{print $1}'` [ '!' -f "$historycountfile" ] && touch "$historycountfile" local -i previoushistorycount @@ -316,7 +316,7 @@ function prehistory_backup () echo " 4. Run the command \`prehistory_backup' again." return 3 fi - echo -n "Backing up current history file ($previoushistorycount -> $currentcount, " + echo -n "Backing up your current history file ($previoushistorycount -> $currentcount, " if [ "$previoushistorycount" = "$currentcount" ] then echo "no modification)" -- cgit