Added --protocol to --help output.
authorWayne Davison <wayned@samba.org>
Mon, 28 Mar 2005 20:40:25 +0000 (20:40 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 28 Mar 2005 20:40:25 +0000 (20:40 +0000)
options.c

index 301178d..14b6634 100644 (file)
--- a/options.c
+++ b/options.c
@@ -345,6 +345,7 @@ void usage(enum logcode F)
   rprintf(F,"     --bwlimit=KBPS          limit I/O bandwidth; KBytes per second\n");
   rprintf(F,"     --write-batch=FILE      write a batched update to FILE\n");
   rprintf(F,"     --read-batch=FILE       read a batched update from FILE\n");
+  rprintf(F,"     --protocol=NUM          force an older protocol version to be used\n");
 #ifdef INET6
   rprintf(F," -4, --ipv4                  prefer IPv4\n");
   rprintf(F," -6, --ipv6                  prefer IPv6\n");