diff options
Diffstat (limited to 'xenstore-viewer.bash')
-rwxr-xr-x | xenstore-viewer.bash | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |