diff options
author | Wayne Davison <wayned@samba.org> | 2005-11-13 17:15:00 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-11-13 17:15:00 +0000 |
commit | b20fe0e6ac3aaee633580d44bb03501688185a5a (patch) | |
tree | bc680f060e554a6bfedbd74ebe256609655b93de /compat.c | |
parent | 24787acd088e36e8f258f1b902ec6fc241b44f65 (diff) | |
download | rsync-b20fe0e6ac3aaee633580d44bb03501688185a5a.tar.gz |
Improved an error message.
Diffstat (limited to 'compat.c')
-rw-r--r-- | compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -94,7 +94,8 @@ void setup_protocol(int f_out,int f_in) if (basis_dir_cnt > 1 && protocol_version < 29) { rprintf(FERROR, - "Multiple %s options requires protocol 29 or higher (negotiated %d).\n", + "Using more than one %s option requires protocol 29 or higher\n" + "(negotiated %d).\n", dest_option, protocol_version); exit_cleanup(RERR_PROTOCOL); } |