diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-20 16:41:15 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-20 16:41:15 +0000 |
commit | 1943ff145e24d175f82f828671141989e2e5399c (patch) | |
tree | f058f3170bca4712085dd72d8abd650d8c6ba5fd /gi/pyp-topics | |
parent | 17c2b245616588cc8c28ff9f0377c8eda6339082 (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.cc | 1 |
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") |