$ make
g++ -O3 -c -o wikiq.o wikiq.cpp
wikiq.cpp: In function ‘void print_usage(char**)’:
wikiq.cpp:549:10: error: expected primary-expression before ‘<<’ token
make: *** [wikiq.o] Error 1
<< "unless the article is a revert to a previous revision, in which case, it" << endl
<< "contains the revision ID of the revision which was reverted to." << endl
<< endl
- << "authors: Erik Garrison <erik@hypervolu.me>" << endl;
+ << "authors: Erik Garrison <erik@hypervolu.me>" << endl
<< " Benjamin Mako Hill <mako@atdot.cc>" << endl;
}