mirror of
https://github.com/yawut/SDL.git
synced 2026-07-19 01:11:38 -05:00
Fixed type from usage info.
This commit is contained in:
parent
7387bcbbd7
commit
efd49aed8c
|
|
@ -21,6 +21,6 @@ do
|
|||
cp -f "$suite/.libs/lib$suite.$EXT" $DIRECTORY
|
||||
done
|
||||
|
||||
#sudo cp .libs/libtest.0.dylib /usr/local/lib/libtest.0.dylib
|
||||
sudo cp .libs/libtest.0.dylib /usr/local/lib/libtest.0.dylib
|
||||
|
||||
echo "Test suites installed."
|
||||
|
|
|
|||
|
|
@ -1006,7 +1006,7 @@ PrintUsage() {
|
|||
printf(" --logfile BASENAME Define basename for logfiles. Defaults to 'runner'\n");
|
||||
printf(" --logdir DIR Define directory for logs. Defaults to 'logs'\n");
|
||||
printf(" --log-stdout Log to stdout instead of file (overrides --logfile\n");
|
||||
printf(" and --logdir options\n");
|
||||
printf(" and --logdir options)\n");
|
||||
printf(" --xml Enables XML logger\n");
|
||||
printf(" --xsl [STYLESHEET] Adds XSL stylesheet to the XML test reports for\n");
|
||||
printf(" browser viewing. Optionally uses the specified XSL\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user