Update highlight.cpp
Clarified execution of file
This commit is contained in:
parent
280a298310
commit
f135eed0ac
@ -16,7 +16,7 @@ bool is_keyword(std::string&);
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
if (argc < 2) {
|
||||
std::cout << "Usage: " << argv[0] << " <file>\n";
|
||||
std::cout << "Usage: ./" << argv[0] << " <file>\n";
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
std::ifstream file(argv[1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user