amazing
This commit is contained in:
parent
79441b46fd
commit
3d847e9da2
1 changed files with 7 additions and 7 deletions
14
src/main.cpp
14
src/main.cpp
|
@ -69,13 +69,13 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
if (std::string(argv[i]) == "-h" || std::string(argv[i]) == "--help") {
|
||||
std::cout << PNAME << " [" << VERSION << "]\n";
|
||||
std::cout << "\n";
|
||||
std::cout << "OPTIONS\n";
|
||||
std::cout << "\t-h, --help\t\t\t\tdisplays this help text\n";
|
||||
std::cout << "\t-o, --osu </path/to/osu>\t\tpath to osu directory (defaults to ~/.osu/drive_c/osu)\n";
|
||||
std::cout << "\t-s, --skin <skin_name>\t\t\tskin name\n";
|
||||
std::cout << "\t-b, --beatmap </path/to/beatmap>\tplay beatmap\n";
|
||||
std::cout << PNAME << " [" << VERSION << "]\n"
|
||||
<< "\n"
|
||||
<< "OPTIONS\n"
|
||||
<< "\t-h, --help\t\t\t\tdisplays this help text\n"
|
||||
<< "\t-o, --osu </path/to/osu>\t\tpath to osu directory (defaults to ~/.osu/drive_c/osu)\n"
|
||||
<< "\t-s, --skin <skin_name>\t\t\tskin name\n"
|
||||
<< "\t-b, --beatmap </path/to/beatmap>\tplay beatmap\n";
|
||||
std::exit(EXIT_SUCCESS);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue