Removing bogus doc.
This commit is contained in:
parent
642132920f
commit
f220c1e9eb
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue