nghttp: Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-11-15 23:34:37 +09:00
parent 737cea0b38
commit ee2856f9bc
1 changed files with 1 additions and 1 deletions

View File

@ -2378,7 +2378,7 @@ int main(int argc, char **argv)
#ifdef HAVE_LIBXML2
config.get_assets = true;
#else // !HAVE_LIBXML2
std::cerr << "[WARNING]: -a, --get-assets option cannot be used because\n"
std::cerr << "[WARNING]: -a, --get-assets option is ignored because\n"
<< "the binary was not compiled with libxml2."
<< std::endl;
#endif // !HAVE_LIBXML2