From 95cc4c318cf4e6e46b8ae9e947799eee9d30a8c9 Mon Sep 17 00:00:00 2001 From: Erik Garrison Date: Sun, 13 Mar 2011 20:37:24 -0400 Subject: [PATCH] help text updates --- wikiq.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; } -- 2.30.2