summaryrefslogtreecommitdiff
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
commit1943ff145e24d175f82f828671141989e2e5399c (patch)
treef058f3170bca4712085dd72d8abd650d8c6ba5fd
parent17c2b245616588cc8c28ff9f0377c8eda6339082 (diff)
fix duplicate help argument
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@605 ec762483-ff6d-05da-a07a-a48fb63a330f
-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")