aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-11-27 02:47:44 +0800
committerLAN-TW <lantw44@gmail.com>2013-11-27 02:47:44 +0800
commit3e38bdac201091efd8610ba2e32374abf1265345 (patch)
tree5d66207e3ce0ebb815bbc16034337d3949f321f2
parentbc7627c4197a78b3801a5d58c732f018b4193b08 (diff)
downloadxenstore-editor-master.tar.gz
xenstore-editor-master.tar.zst
xenstore-editor-master.zip
Fix typo and add help message for quittingHEADmaster
-rwxr-xr-xxenstore-editor-zh_TW.utf8.bash2
-rwxr-xr-xxenstore-viewer-zh_TW.utf8.bash1
-rwxr-xr-xxenstore-viewer.bash1
3 files changed, 3 insertions, 1 deletions
diff --git a/xenstore-editor-zh_TW.utf8.bash b/xenstore-editor-zh_TW.utf8.bash
index bb63236..12c451d 100755
--- a/xenstore-editor-zh_TW.utf8.bash
+++ b/xenstore-editor-zh_TW.utf8.bash
@@ -83,7 +83,7 @@ do
unset j
xenstore-list "$current" > "$tmpfile"
if [ "$?" != "0" ]; then
- $DIALOG --title "$scripttitle" --msgbox "無法從 $current 取得檔案清班" 0 0
+ $DIALOG --title "$scripttitle" --msgbox "無法從 $current 取得檔案清單" 0 0
if [ "$first_run" != "0" ]
then
exit 1
diff --git a/xenstore-viewer-zh_TW.utf8.bash b/xenstore-viewer-zh_TW.utf8.bash
index 19f0e72..841e77f 100755
--- a/xenstore-viewer-zh_TW.utf8.bash
+++ b/xenstore-viewer-zh_TW.utf8.bash
@@ -121,6 +121,7 @@ function xenstoregetinfo () {
;;
*)
echo "不明的指令。請輸入 m 來查看說明。"
+ echo "若要離開,請送出 EOF,通常按下 Control-D 即可。"
;;
esac
}
diff --git a/xenstore-viewer.bash b/xenstore-viewer.bash
index b56c79f..1f1fc20 100755
--- a/xenstore-viewer.bash
+++ b/xenstore-viewer.bash
@@ -121,6 +121,7 @@ function xenstoregetinfo () {
;;
*)
echo "Unrecognized command. Type m for help."
+ echo "Use EOF (typically Control-D) to quit this script."
;;
esac
}