1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Minor change to help message in testrunner.tcl.

FossilOrigin-Name: e4f9cb01d790c27394cc021e7d4a16f4d5feda2d2493abd82e9660d7e6e9fec0
This commit is contained in:
dan
2022-07-13 21:10:11 +00:00
parent 2bb2d53bca
commit 4f28ee9d76
3 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
proc usage {} {
set a0 testrunner.tcl
puts stderr "Usage: $a0 ?SWITCHES? ?PATTERN? ..."
puts stderr "Usage: $a0 ?SWITCHES? ?all|veryquick? ?PATTERNS?"
puts stderr ""
puts stderr "where SWITCHES are:"
puts stderr " --jobs NUMBER-OF-JOBS"