summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-11-08 12:08:22 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2019-11-08 12:08:22 -0600
commit79d47bc8e5e40b2e853e269626533d5b2caa9d23 (patch)
treeed289971e9a3dabe092b802be1417bf9f58080bb /ACE/apps
parentc34dc01f7e5d5ce097671eb3406e2e0a1c297b00 (diff)
downloadATCD-79d47bc8e5e40b2e853e269626533d5b2caa9d23.tar.gz
Respond to Review
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/gperf/src/Options.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/apps/gperf/src/Options.cpp b/ACE/apps/gperf/src/Options.cpp
index c986b76af51..e4d693e2b64 100644
--- a/ACE/apps/gperf/src/Options.cpp
+++ b/ACE/apps/gperf/src/Options.cpp
@@ -437,7 +437,6 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
"-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"
- "\t\t\tin the result, just the arguments.\n",
DEFAULT_JUMP_VALUE,
MAX_KEY_POS - 1);
return -1;
@@ -681,8 +680,8 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
break;
}
default:
- ACE_ERROR ((LM_ERROR, ACE_TEXT ("Error: Invalid Option: %s\n"), get_opt.last_option()));
- usage();
+ ACE_ERROR ((LM_ERROR, ACE_TEXT ("Error: Invalid Option: %s\n"), get_opt.last_option ()));
+ usage ();
return -1;
}