summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-11-08 12:22:59 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2019-11-08 12:22:59 -0600
commitf5a02f0558d8ba0e701433aa6e6213582b9814f6 (patch)
tree32fad6c3398cdaabc59e36129e34a77305c415d9 /ACE/apps
parent79d47bc8e5e40b2e853e269626533d5b2caa9d23 (diff)
downloadATCD-f5a02f0558d8ba0e701433aa6e6213582b9814f6.tar.gz
gperf: Readd comma
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/gperf/src/Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/gperf/src/Options.cpp b/ACE/apps/gperf/src/Options.cpp
index e4d693e2b64..68a1c51846f 100644
--- a/ACE/apps/gperf/src/Options.cpp
+++ b/ACE/apps/gperf/src/Options.cpp
@@ -436,7 +436,7 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
"-v\tPrints out the current version number and exits with a value of 0\n"
"-V\tExits silently with a value of 0.\n"
"-Z\tAllow user to specify name of generated C++ class. Default\n"
- "\tname is `Perfect_Hash.'\n"
+ "\tname is `Perfect_Hash.'\n",
DEFAULT_JUMP_VALUE,
MAX_KEY_POS - 1);
return -1;