| 344 | } |
| 345 | |
| 346 | void daemon_usage(enum logcode F) |
| 347 | { |
| 348 | print_rsync_version(F); |
| 349 | |
| 350 | rprintf(F,"\n"); |
| 351 | rprintf(F,"Usage: rsync --daemon [OPTION]...\n"); |
| 352 | #include "help-rsyncd.h" |
| 353 | rprintf(F,"\n"); |
| 354 | rprintf(F,"If you were not trying to invoke rsync as a daemon, avoid using any of the\n"); |
| 355 | rprintf(F,"daemon-specific rsync options. See also the rsyncd.conf(5) manpage.\n"); |
| 356 | } |
| 357 | |
| 358 | const char *rsync_version(void) |
| 359 | { |
no test coverage detected