aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-11-08 11:20:17 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-11-08 11:20:17 +0100
commitfc6c4c10f9faab0882da6b177df3cbae3268ddc9 (patch)
treefee526e4e094da5cb2c171bd68766a97dc1332a8 /src/main.c
parent152578fb33f0c1a04a42646f300cfa75dbb630f6 (diff)
help: indent the --xattr option like the others
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 91875e311..deca6c979 100644
--- a/src/main.c
+++ b/src/main.c
@@ -911,7 +911,7 @@ static void help(void)
" --wdebug Turn on Watt-32 debugging",
#endif
" -w/--write-out <format> What to output after completion",
- " --xattr Store metadata in extended file attributes",
+ " --xattr Store metadata in extended file attributes",
" -q If used as the first parameter disables .curlrc",
NULL
};