Compare commits

..

No commits in common. "4bc440e906ca95780ce3653215d75441d7f4cbb7" and "e3c2e024bbde0f54d2f21d9c6a9d9f3cb2b403a6" have entirely different histories.

View File

@ -58,7 +58,6 @@ 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;
} }