Skip to content

Commit 42a78b7

Browse files
committed
Fix executable name in print statement
1 parent f519a1f commit 42a78b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int main(int argc, char *argv[])
3232
//else
3333
//{
3434
// std::cout << "To parse a yaml file please specify file on command line" << std::endl;
35-
// std::cout << " ./cpackexample YAMLFILE" << std::endl;
35+
// std::cout << " ./main YAMLFILE" << std::endl;
3636
//}
3737

3838
return 0;

0 commit comments

Comments
 (0)