From: Benjamin Mako Hill Date: Fri, 18 Jul 2014 21:40:28 +0000 (-0700) Subject: Merge branch 'patch-3' of github.com:nemobis/wikiq X-Git-Url: https://projects.mako.cc/source/wikiq/commitdiff_plain/21341e70f9d509aeaaf0cb6a39caf56d704dc838?hp=ca8e5345cbac2ce3a1f72a70bd63dfbbcef41827 Merge branch 'patch-3' of github.com:nemobis/wikiq --- diff --git a/wikiq.cpp b/wikiq.cpp index 3451582..ad9ac48 100644 --- a/wikiq.cpp +++ b/wikiq.cpp @@ -528,7 +528,7 @@ void print_usage(char* argv[]) { << endl << "options:" << endl << " -v verbose mode prints text and comments after each line of tab separated data" << endl - << " -n name of the following regex for contet (e.g. -n name -r \"...\")" << endl + << " -n name of the following regex for content (e.g. -n name -r \"...\")" << endl << " -r regex to check against content of the revision" << endl << " -N name of the following regex for diffs (e.g. -N name -R \"...\")" << endl << " -R regex to check against diffs (i.e., additions and deletions)" << endl