diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2010-11-08 11:20:17 +0100 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2010-11-08 11:20:17 +0100 | 
| commit | fc6c4c10f9faab0882da6b177df3cbae3268ddc9 (patch) | |
| tree | fee526e4e094da5cb2c171bd68766a97dc1332a8 /src | |
| parent | 152578fb33f0c1a04a42646f300cfa75dbb630f6 (diff) | |
help: indent the --xattr option like the others
Diffstat (limited to 'src')
| -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    }; | 
