Skip to content

Commit

Permalink
one further update
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwright84 committed Aug 22, 2018
1 parent 1534e8a commit 4dd01de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.cpp
Expand Up @@ -272,7 +272,7 @@ int main(int argc, char* argv[])
//This should never happen if docopt is doing its job and the docstring is written correctly
throw std::runtime_error("Either <input_file> or <module_invariants_file> must be supplied");
}
docopt::value& out_file_name = args["<output_file>"];
docopt::value& out_file_name = args["<module_invariants_file>"];
if (out_file_name.isString()) {
params.outputFile = out_file_name.asString();
}
Expand Down

0 comments on commit 4dd01de

Please sign in to comment.