Removing bogus doc.

This commit is contained in:
Daniel Lemire 2019-05-31 19:48:34 -04:00
parent 642132920f
commit f220c1e9eb
1 changed files with 0 additions and 4 deletions

View File

@ -75,10 +75,6 @@ int main(int argc, char *argv[]) {
if (optind >= argc) {
std::cerr << "Usage: " << argv[0] << " <jsonfile>" << std::endl;
std::cerr << "Or " << argv[0] << " -v <jsonfile>" << std::endl;
std::cerr
<< "To enable parsers that are not standard compliant, use the -a "
"flag"
<< std::endl;
std::cerr << "The '-t' flag outputs a table. " << std::endl;
exit(1);
}