summaryrefslogtreecommitdiff
path: root/gi/pipeline/evaluation-pipeline.pl
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-09 15:36:45 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-09 15:36:45 +0000
commit4a139f0dae3a97c0acdac090bb9d36119413cf3e (patch)
tree3f314f9f7bc936b87988d4615f69aa01efc04ff6 /gi/pipeline/evaluation-pipeline.pl
parent169b63a4510d33707d260876a82f8e84de983223 (diff)
stub out clis
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@198 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pipeline/evaluation-pipeline.pl')
-rwxr-xr-xgi/pipeline/evaluation-pipeline.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/gi/pipeline/evaluation-pipeline.pl b/gi/pipeline/evaluation-pipeline.pl
index e0d13340..161dc170 100755
--- a/gi/pipeline/evaluation-pipeline.pl
+++ b/gi/pipeline/evaluation-pipeline.pl
@@ -100,7 +100,8 @@ if (GetOptions(
print_help();
exit;
}
-
+my @fkeys = keys %$feat_map;
+die "You must specify one or more features with -f. Known features: @fkeys\n" unless scalar @features > 0;
my @xfeats;
for my $feat (@features) {
my $rs = $feat_map->{$feat};