From: Daniel Stenberg Date: Mon, 8 Nov 2010 10:20:17 +0000 (+0100) Subject: help: indent the --xattr option like the others X-Git-Tag: curl-7_21_3~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc6c4c10f9faab08;p=curl help: indent the --xattr option like the others --- 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 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 };