Don't forget about --debug and --info for rrsync.
authorWayne Davison <wayned@samba.org>
Fri, 4 Oct 2013 21:10:44 +0000 (14:10 -0700)
committerWayne Davison <wayned@samba.org>
Fri, 4 Oct 2013 21:10:44 +0000 (14:10 -0700)
packaging/cull_options
support/rrsync

index add2b98801d1daeaa001dd15725666e0c474d0e3..44b48d10195cad728ab1b0a406df9c17820f68d9 100755 (executable)
@@ -8,7 +8,9 @@ our %short_no_arg;
 our %short_with_num;
 our %long_opt = (
     'daemon' => -1,
+    'debug' => 1,
     'fake-super' => 0,
+    'info' => 1,
     'log-file' => 3,
 );
 our $last_long_opt;
index 9163f1a8dc3e05ccc077269905e0b55d398a3b4f..5886033b21340424187c6b4e6a75819972221798 100644 (file)
@@ -67,6 +67,7 @@ our %long_opt = (
   'copy-dest' => 2,
   'copy-unsafe-links' => 0,
   'daemon' => -1,
+  'debug' => 1,
   'delay-updates' => 0,
   'delete' => 0,
   'delete-after' => 0,
@@ -86,6 +87,7 @@ our %long_opt = (
   'ignore-errors' => 0,
   'ignore-existing' => 0,
   'ignore-missing-args' => 0,
+  'info' => 1,
   'inplace' => 0,
   'link-dest' => 2,
   'list-only' => 0,