Commit 228bfd63de256ebda5acab6640f3f6c292711bca
Exists in
master
and in
1 other branch
Merge branch 'master' of git://github.com/tassia/AppRecommender
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/config.py
... | ... | @@ -129,7 +129,7 @@ class Config(): |
129 | 129 | self.strategy = self.read_option('recommender', 'strategy') |
130 | 130 | self.profile_size = self.read_option('recommender', 'profile_size') |
131 | 131 | |
132 | - short_options = "hdvo:a:p:m:ul:c:w:s:z:" | |
132 | + short_options = "hdvo:a:e:p:m:ul:c:w:s:z:" | |
133 | 133 | long_options = ["help", "debug", "verbose", "output=", |
134 | 134 | "axi=", "dde=", "popconindex=", "popcondir=", "indexmode=", |
135 | 135 | "clustersdir=", "kmedoids=", "weight=", "strategy=", | ... | ... |