summaryrefslogtreecommitdiffstats
path: root/src/progs/ingen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/ingen/main.cpp')
-rw-r--r--src/progs/ingen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/ingen/main.cpp b/src/progs/ingen/main.cpp
index b8d18e14..365230bb 100644
--- a/src/progs/ingen/main.cpp
+++ b/src/progs/ingen/main.cpp
@@ -61,7 +61,7 @@ main(int argc, char** argv)
cout << "No arguments provided. Try something like:" << endl << endl;
cout << "Run an engine: ingen -e" << endl;
cout << "Run the GUI: ingen -g" << endl;
- cout << "Pring full help: ingen -h" << endl << endl;
+ cout << "Print full help: ingen -h" << endl << endl;
cmdline_parser_print_help();
return 0;
}