extras: fix typo
This commit is contained in:
parent
96f54e7b70
commit
b4514a7820
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ int main(int argc, char* argv[]) {
|
|||
std::cout << GIT_REVISION << std::endl;
|
||||
std::cout << DISTRIBUTOR << std::endl;
|
||||
} else if (arg == "-s" || arg == "--short") {
|
||||
std::cout << PROJECT_NAME << " " << VERSION << ", revision " << GIT_REVISION << ", distrubuted by: " << DISTRIBUTOR << std::endl;
|
||||
std::cout << PROJECT_NAME << " " << VERSION << ", revision " << GIT_REVISION
|
||||
<< ", distributed by: " << DISTRIBUTOR << std::endl;
|
||||
} else {
|
||||
std::cout << "Usage: " << argv[0] << " [-t | --terse] [-s | --short]" << std::endl;
|
||||
return arg != "-h" && arg != "--help";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue