diff options
-rw-r--r-- | src/main.c | 2 |
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 }; |