From 92dbb5eebf202d3bd9b24fc8e27bc09960c70f33 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 15 Jun 2009 10:59:54 +0000 Subject: [PATCH] Made command-line option documentation more clear. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@900 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 7e438c162..8804c62e9 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -55,7 +55,7 @@ ######################## function usage { - echo "Usage: $0 [-c] [-d] [-f] [-h] [-j] [-q] ..." + echo "Usage: $0 [-c ] [-d ] [-f] [-h] [-j ] [-q] ..." echo " -c - cache directory for Linux kernel tarballs." echo " -d - directory for temporary regression test files." echo " -f - full check -- do not only compile SCST but the whole" \