summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 5b061ade..62dfe4f0 100644
--- a/options.c
+++ b/options.c
@@ -2500,7 +2500,7 @@ void server_options(char **args, int *argc_p)
argstr[x++] = 's'; /* symlink iconv translation support */
#endif
argstr[x++] = 'f'; /* flist I/O-error safety support */
- argstr[x++] = 'x'; /* xattr hardlink optimization not supported */
+ argstr[x++] = 'x'; /* xattr hardlink optimization not desired */
}
if (x >= (int)sizeof argstr) { /* Not possible... */