added help text line for test option
This commit is contained in:
parent
40aac7eeca
commit
39badd5582
@ -22,6 +22,7 @@ using namespace std;
|
||||
void print_help() {
|
||||
std::cout << "usage: sciotest [-h][-v][-t TEST_ID]\n";
|
||||
std::cout << " -h, --help show this help text and exit\n";
|
||||
std::cout << " -t, --test perform test with given ID\n";
|
||||
std::cout << " -v, --version show version number and exit\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user