Merge 6db7af79e09c2e41bded85629411b6df5396ba92 into f157648d1e51878a10e02a8836c1e15aa8c59cc9

This commit is contained in:
Nick Hanley 2022-04-02 22:51:52 -04:00 committed by GitHub
commit 55c20ed2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}