Tweaked the --delete-* option summaries.
[rsync/rsync.git] / loadparm.c
index 3515358..f5e1f16 100644 (file)
@@ -17,7 +17,7 @@
  * and Karl Auer.  Some of the changes are:
  *
  * Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
- * Copyright (C) 2003-2008 Wayne Davison <wayned@samba.org>
+ * Copyright (C) 2003-2009 Wayne Davison <wayned@samba.org>
  */
 
 /* Load parameters.
@@ -44,7 +44,7 @@
  */
 
 #include "rsync.h"
-#include "ifuncs.h"
+#include "itypes.h"
 
 extern item_list dparam_list;
 
@@ -761,7 +761,7 @@ BOOL set_dparams(int syntax_check_only)
                *equal = '\0';
                if (syntax_check_only) {
                        if (map_parameter(params[j]) < 0) {
-                               rprintf(FCLIENT, "Unknown parameter \"%s\"\n", params[j]);
+                               rprintf(FERROR, "Unknown parameter \"%s\"\n", params[j]);
                                *equal = '=';
                                return False;
                        }