From b4948b4ff6c1a39ad28431db3e8dd9d9774be507 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 4 Aug 2009 17:50:56 +0000 Subject: [PATCH] fixed missing space in command line help string --- src/makeBaseApp/top/caServerApp/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeBaseApp/top/caServerApp/main.cc b/src/makeBaseApp/top/caServerApp/main.cc index b4ad77a53..34d794841 100644 --- a/src/makeBaseApp/top/caServerApp/main.cc +++ b/src/makeBaseApp/top/caServerApp/main.cc @@ -99,7 +99,7 @@ extern int main ( int argc, const char **argv ) "usage: %s [-d -t -p " "-c -s <1=scan on (default), 0=scan off> " "-ss <1=synchronous scan (default), 0=asynchronous scan> " - "-a -ad " + "-a -ad " "-an \n", argv[0]);