1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-18 20:20:45 +00:00

Document the --version option

This commit is contained in:
Nick Hanley 2022-03-03 17:23:46 -05:00
parent 74ae511f92
commit 6db7af79e0

View File

@ -58,6 +58,7 @@ int main(int argc, char *argv[])
cout << " -p|--profile <prof> 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;
}