if no local destination is provided for the transfer then provide
[rsync/rsync.git] / options.c
index a79443f..082aad7 100644 (file)
--- a/options.c
+++ b/options.c
@@ -73,7 +73,7 @@ int rsync_port = RSYNC_PORT;
 
 int verbose = 0;
 int always_checksum = 0;
-
+int list_only = 0;
 
 void usage(int F)
 {