aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx9
1 files changed, 6 insertions, 3 deletions
diff --git a/kvmx b/kvmx
index 6a796d8..2819599 100755
--- a/kvmx
+++ b/kvmx
@@ -1259,7 +1259,7 @@ function kvmx_rsync_to {
DEST="$2"
if [ -z "$ORIG" ]; then
- echo "usage $BASENAME rsync_to $GUEST <orig> [dest]"
+ echo "usage $BASENAME rsync_to $VM <orig> [dest]"
exit 1
fi
@@ -1296,7 +1296,7 @@ function kvmx_rsync_from {
DEST="$2"
if [ -z "$ORIG" ]; then
- echo "usage $BASENAME rsync_from $GUEST <orig> [dest]"
+ echo "usage $BASENAME rsync_from $VM <orig> [dest]"
exit 1
fi
@@ -2583,7 +2583,7 @@ function kvmx_inotify {
# Syntax check
if [ -z "$command" ]; then
- echo "usage $BASENAME inotify $GUEST <watched> <command>"
+ echo "usage $BASENAME inotify $VM <watched> <command>"
echo "example: kvmx inotify $guest hostfolder make -C guestfolder compile"
exit 1
fi
@@ -2604,6 +2604,9 @@ function kvmx_inotify {
done
fi
+ # Inform user what's about to happen
+ echo "Watching $watched on guest \"$VM\" to exec \"$command\" upon changes..."
+
# Dispatch
while inotifywait $args -r $watched; do
echo "$command" | kvmx_ssh