From: Erik Garrison Date: Mon, 14 Mar 2011 00:37:24 +0000 (-0400) Subject: help text updates X-Git-Url: https://projects.mako.cc/source/wikiq/commitdiff_plain/95cc4c318cf4e6e46b8ae9e947799eee9d30a8c9?ds=sidebyside help text updates --- diff --git a/wikiq.cpp b/wikiq.cpp index aa8fb4b..6635dc0 100644 --- a/wikiq.cpp +++ b/wikiq.cpp @@ -494,9 +494,15 @@ void print_usage(char* argv[]) { << "Takes a wikimedia data dump XML stream on standard in, and produces" << endl << "a tab-separated stream of revisions on standard out:" << endl << endl - << "title, articleid, revid, timestamp, anon, editor, editorid, minor, revlength, reventropy, revmd5" << endl + << "title, articleid, revid, timestamp, anon, editor, editorid, minor," << endl + << "text_length, text_entropy, text_md5, reversion, additions_size, deletions_size" << endl << ".... and additional fields for each regex executed against add/delete diffs" << endl << endl + << "Notes:" << endl + << "Boolean fields are TRUE/FALSE except in the case of reversion, which is blank" << endl + << "unless the article is a revert to a previous revision, in which case, it" << endl + << "contains the revision ID of the revision which was reverted to." << endl + << endl << "author: Erik Garrison " << endl; }