Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kurczewski committed Dec 10, 2014
1 parent 38112c2 commit 76d3832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

void show_usage(std::string path_to_self)
{
std::cerr << "Usage " << path_to_self << " INPUT OUTPUT" << std::endl;
std::cerr << "Usage: " << path_to_self << " INPUT OUTPUT" << std::endl;
}

int main(int argc, char **argv)
Expand Down

0 comments on commit 76d3832

Please sign in to comment.