summaryrefslogtreecommitdiff
path: root/gi/pyp-topics
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-20 16:41:15 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-20 16:41:15 +0000
commitc664c1c1a5d8196dd5a8c9397e60afeef4c06229 (patch)
treeb120336ef19156cc862ec62280602d890c51a8ee /gi/pyp-topics
parent9ed35e30ffee5256b63cdee77f1b9eabdc183937 (diff)
fix duplicate help argument
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@605 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics')
-rw-r--r--gi/pyp-topics/src/train-contexts.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/train-contexts.cc b/gi/pyp-topics/src/train-contexts.cc
index 5e98d02f..da2c2b32 100644
--- a/gi/pyp-topics/src/train-contexts.cc
+++ b/gi/pyp-topics/src/train-contexts.cc
@@ -40,7 +40,6 @@ int main(int argc, char **argv)
;
options_description config_options("Allowed options");
config_options.add_options()
- ("help,h", "print help message")
("data,d", value<string>(), "file containing the documents and context terms")
("topics,t", value<int>()->default_value(50), "number of topics")
("document-topics-out,o", value<string>(), "file to write the document topics to")