lower case N in the usage instructions
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 2 May 2011 18:01:09 +0000 (14:01 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 2 May 2011 18:01:09 +0000 (14:01 -0400)
wikiq.cpp

index ee10644391969e0517e2c35394d3b65e2db455be..da5e7b74d50c484242f1731d016140822b8e12cc 100644 (file)
--- a/wikiq.cpp
+++ b/wikiq.cpp
@@ -489,7 +489,7 @@ void print_usage(char* argv[]) {
          << endl
          << "options:" << endl
          << "  -t   print text and comments after each line of tab separated data" << endl
-         << "  -n   name of the following regex (e.g. -N name -r \"...\")" << endl
+         << "  -n   name of the following regex (e.g. -n name -r \"...\")" << endl
          << "  -r   regex to check against additions and deletions" << endl
          << endl
          << "Takes a wikimedia data dump XML stream on standard in, and produces" << endl

Benjamin Mako Hill || Want to submit a patch?