diff options
| author | Patrick Simianer <p@simianer.de> | 2013-08-08 21:38:41 +0200 | 
|---|---|---|
| committer | Patrick Simianer <p@simianer.de> | 2013-08-08 21:38:41 +0200 | 
| commit | af2b10dd036aa0088cfef108c1c9713b7e2d9f8f (patch) | |
| tree | 321898257090cc623fa7ea10d81b8e83126a5a0b /utils | |
| parent | adec182c6d6ed7667cd5a9d150774469b4c73fd5 (diff) | |
| parent | f4a3a2547316ca5d31366e6808858fe94981415c (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/atools.cc | 3 | 
1 files changed, 1 insertions, 2 deletions
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<string>() == "-" && (*conf)["input_2"].as<string>() == "-") { -      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) {  | 
