Document the --version option

This commit is contained in:
Nick Hanley 2022-03-03 17:23:46 -05:00 committed by Sebastiaan de Schaetzen
parent e3c2e024bb
commit 27b248d851

View File

@ -58,6 +58,7 @@ int main(int argc, char *argv[])
cout << " -p|--profile <prof> Run cool-retro-term with the given profile." << '\n';
cout << " -h|--help Print this help." << '\n';
cout << " --verbose Print additional information such as profiles and settings." << '\n';
cout << " -v|--version Print the program name and version." << '\n';
return 0;
}