Skip to content

Commit

Permalink
Error message of -i, --import corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidin36 committed Dec 5, 2014
1 parent 92d6bc0 commit ee36168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/selectors/import_file_selector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace tocccli
{
if (cmd_arguments.size() != 1)
{
throw InvalidParametersError("-i and --import must have an argument.");
throw InvalidParametersError("-i and --import accepts exactly one argument.");
}

libtocc::FileInfo new_file = this->libtocc_manager->import_file(cmd_arguments.front().c_str());
Expand Down

0 comments on commit ee36168

Please sign in to comment.