From af7e77d1273fa378ea19bb8607b9afbf77d41065 Mon Sep 17 00:00:00 2001 From: Michael Denkowski Date: Tue, 30 Jul 2013 16:41:53 -0700 Subject: Allow reading pairs of lines from stdin, easy force alignment script --- utils/atools.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils/atools.cc') diff --git a/utils/atools.cc b/utils/atools.cc index 24406b71..1726c4ac 100644 --- a/utils/atools.cc +++ b/utils/atools.cc @@ -299,8 +299,7 @@ void InitCommandLine(unsigned argc, char** argv, po::variables_map* conf) { exit(1); } if ((*conf)["input_1"].as() == "-" && (*conf)["input_2"].as() == "-") { - cerr << "Both inputs cannot be STDIN\n"; - exit(1); + cerr << "Both inputs STDIN, reading PAIRS of lines\n"; } } else { if (conf->count("input_2") != 0) { -- cgit v1.2.3