From 8f6a20fbb52ae53c9c2370790c810d2e68621f78 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 24 Jan 2003 10:55:32 +0000 Subject: --verbose does no longer include --stats and --progress. --- localsyncthis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'localsyncthis') 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";; -- cgit v1.2.3