gtestutils: add missing dash in seed argument's --help documentation

https://bugzilla.gnome.org/show_bug.cgi?id=760115
This commit is contained in:
Evan Nemerson 2016-01-04 00:32:04 -08:00 committed by Matthias Clasen
parent e7478ec967
commit ebfbae534b

View File

@ -1075,7 +1075,7 @@ parse_args (gint *argc_p,
" -m {undefined|no-undefined} Execute tests according to mode\n" " -m {undefined|no-undefined} Execute tests according to mode\n"
" -p TESTPATH Only start test cases matching TESTPATH\n" " -p TESTPATH Only start test cases matching TESTPATH\n"
" -s TESTPATH Skip all tests matching TESTPATH\n" " -s TESTPATH Skip all tests matching TESTPATH\n"
" -seed=SEEDSTRING Start tests with random seed SEEDSTRING\n" " --seed=SEEDSTRING Start tests with random seed SEEDSTRING\n"
" --debug-log debug test logging output\n" " --debug-log debug test logging output\n"
" -q, --quiet Run tests quietly\n" " -q, --quiet Run tests quietly\n"
" --verbose Run tests verbosely\n", " --verbose Run tests verbosely\n",