]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Adding human_readable var.
authorWayne Davison <wayned@samba.org>
Wed, 3 Sep 2008 23:10:45 +0000 (16:10 -0700)
committerWayne Davison <wayned@samba.org>
Wed, 3 Sep 2008 23:10:45 +0000 (16:10 -0700)
t_unsafe.c

index 7574653e27e5d461312efb02b92287b1cc9b9a03..fb8e9ec6052b5c56463806d534d6bb4868c814d6 100644 (file)
@@ -27,6 +27,7 @@ int dry_run = 0;
 int am_root = 0;
 int read_only = 0;
 int list_only = 0;
+int human_readable = 0;
 int preserve_perms = 0;
 int preserve_executability = 0;
 short info_levels[COUNT_INFO], debug_levels[COUNT_DEBUG];