mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-07 13:41:27 +00:00
Document the --version option
This commit is contained in:
parent
74ae511f92
commit
6db7af79e0
@ -58,6 +58,7 @@ int main(int argc, char *argv[])
|
|||||||
cout << " -p|--profile <prof> Run cool-retro-term with the given profile." << endl;
|
cout << " -p|--profile <prof> Run cool-retro-term with the given profile." << endl;
|
||||||
cout << " -h|--help Print this help." << endl;
|
cout << " -h|--help Print this help." << endl;
|
||||||
cout << " --verbose Print additional information such as profiles and settings." << endl;
|
cout << " --verbose Print additional information such as profiles and settings." << endl;
|
||||||
|
cout << " -v|--version Print the program name and version." << endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user