summaryrefslogtreecommitdiff
path: root/localsyncthis
diff options
context:
space:
mode:
Diffstat (limited to 'localsyncthis')
-rwxr-xr-xlocalsyncthis3
1 files changed, 2 insertions, 1 deletions
diff --git a/localsyncthis b/localsyncthis
index 0f6167a..c5ec4e4 100755
--- a/localsyncthis
+++ b/localsyncthis
@@ -42,7 +42,8 @@ supersedes earlier ones.
If no path specified, current working directory is used."
exit 0
;;
- -v|--verbose) V=1; rsync_opts="$rsync_opts --progress --stats";;
+# -v|--verbose) V=1; rsync_opts="$rsync_opts --progress --stats";;
+ -v|--verbose) V=1; rsync_opts="$rsync_opts -v";;
--download) action=download;;
--upload) action=upload;;
--test|--dry-run) rsync_opts="$rsync_opts --dry-run";;