updated README file and documentation
[wikiq] / wikiq.cpp
index 6a20481943320f997c544496f2d31103dab61224..1dce957f0f9515d68a6217c2a99eadd0311a117d 100644 (file)
--- a/wikiq.cpp
+++ b/wikiq.cpp
@@ -545,7 +545,8 @@ void print_usage(char* argv[]) {
          << "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
-         << "author: Erik Garrison <erik@hypervolu.me>" << endl;
+         << "authors: Erik Garrison <erik@hypervolu.me>" << endl;
+         << "         Benjamin Mako Hill <mako@atdot.cc>" << endl;
 }
 
 

Benjamin Mako Hill || Want to submit a patch?