| Index: third_party/libxml/src/xmllint.c
|
| diff --git a/third_party/libxml/src/xmllint.c b/third_party/libxml/src/xmllint.c
|
| index b297ded12f57bf0ab578f85ed03718e67da9b433..1e2eb4ab74fa8e1c89494291f00e265ca2dc9abe 100644
|
| --- a/third_party/libxml/src/xmllint.c
|
| +++ b/third_party/libxml/src/xmllint.c
|
| @@ -3046,7 +3046,7 @@ static void usage(const char *name) {
|
| printf("\t--noblanks : drop (ignorable?) blanks spaces\n");
|
| printf("\t--nocdata : replace cdata section with text nodes\n");
|
| #ifdef LIBXML_OUTPUT_ENABLED
|
| - printf("\t--format : reformat/reindent the input\n");
|
| + printf("\t--format : reformat/reindent the output\n");
|
| printf("\t--encode encoding : output in the given encoding\n");
|
| printf("\t--dropdtd : remove the DOCTYPE of the input docs\n");
|
| printf("\t--pretty STYLE : pretty-print in a particular style\n");
|
|
|