From 59363fd9d5c67c2ec370d436c329508c4b7a6f54 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 2 May 2011 14:01:09 -0400 Subject: [PATCH 1/1] lower case N in the usage instructions --- wikiq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikiq.cpp b/wikiq.cpp index ee10644..da5e7b7 100644 --- 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 -- 2.30.2