diff --git a/app/main.cpp b/app/main.cpp index 30cbf31..0ffd53a 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -58,6 +58,7 @@ int main(int argc, char *argv[]) cout << " -p|--profile Run cool-retro-term with the given profile." << endl; cout << " -h|--help Print this help." << endl; cout << " --verbose Print additional information such as profiles and settings." << endl; + cout << " -v|--version Print the program name and version." << endl; return 0; }