X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f39b6638f682b76289c6399de6f8660086a8fda9..3e89da86dfb4a37aa00dcb55a1c9af46cff4b80f:/options.c diff --git a/options.c b/options.c index 6deafd0c..1ee4ee75 100644 --- a/options.c +++ b/options.c @@ -720,7 +720,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain) if (files_from) { char *colon; - if (*argc != 2) { + if (*argc != 2 && !(am_server && am_sender && *argc == 1)) { usage(FERROR); exit_cleanup(RERR_SYNTAX); }