fixed missing space in command line help string

This commit is contained in:
Jeff Hill
2009-08-04 17:50:56 +00:00
parent 15f6b8c682
commit b4948b4ff6
+1 -1
View File
@@ -99,7 +99,7 @@ extern int main ( int argc, const char **argv )
"usage: %s [-d <debug level> -t <execution time> -p <PV name prefix> "
"-c <numbered alias count> -s <1=scan on (default), 0=scan off> "
"-ss <1=synchronous scan (default), 0=asynchronous scan> "
"-a <max array size> -ad <async delay>"
"-a <max array size> -ad <async delay> "
"-an <max simultaneous async>\n",
argv[0]);