aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RepSys/binrepo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/binrepo.py b/RepSys/binrepo.py
index 9fbd19e..54ca967 100644
--- a/RepSys/binrepo.py
+++ b/RepSys/binrepo.py
@@ -25,7 +25,7 @@ class ChecksumError(Error):
def copy_rsync(sources, dest, sourcehost=None, desthost=None,
archive=False, recurse=False):
"""Simple inteface for rsync"""
- args = ["rsync", "-i", "--log-format=\"%i %n\""]
+ args = ["rsync", "-i", "--out-format=\"%i %n\""]
if archive:
args.append("-a")
if recurse: