Typofix
authornemobis <federicoleva@tiscali.it>
Fri, 11 Jul 2014 22:36:17 +0000 (00:36 +0200)
committernemobis <federicoleva@tiscali.it>
Fri, 11 Jul 2014 22:36:17 +0000 (00:36 +0200)
wikiq.cpp

index 1dce957f0f9515d68a6217c2a99eadd0311a117d..3351e2e4fff64cfbfdc9cfaa106c0adbfed5a5e2 100644 (file)
--- 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

Benjamin Mako Hill || Want to submit a patch?