MCPcopy Index your code
hub / github.com/RsyncProject/rsync / daemon_usage

Function daemon_usage

usage.c:346–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void 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
358const char *rsync_version(void)
359{

Callers 1

parse_argumentsFunction · 0.85

Calls 2

print_rsync_versionFunction · 0.85
rprintfFunction · 0.70

Tested by

no test coverage detected