From: nemobis Date: Fri, 11 Jul 2014 22:36:17 +0000 (+0200) Subject: Typofix X-Git-Url: https://projects.mako.cc/source/wikiq/commitdiff_plain/52439920a4c0a49a568ef58b9b19d968f96eb1e8 Typofix --- diff --git a/wikiq.cpp b/wikiq.cpp index 1dce957..3351e2e 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