Merge pull request 'Document the --version option' (#706) from njhanley/document-version-option into master

Reviewed-on: #706
This commit is contained in:
Sebastiaan de Schaetzen 2024-10-11 11:03:07 +02:00
commit 4bc440e906

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 << " -p|--profile <prof> Run cool-retro-term with the given profile." << '\n';
cout << " -h|--help Print this help." << '\n'; cout << " -h|--help Print this help." << '\n';
cout << " --verbose Print additional information such as profiles and settings." << '\n'; cout << " --verbose Print additional information such as profiles and settings." << '\n';
cout << " -v|--version Print the program name and version." << '\n';
return 0; return 0;
} }