diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-09-12 17:14:59 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-09-12 17:14:59 -0400 |
commit | 453aac6089bf111c07b5a331f96935946f866150 (patch) | |
tree | 02dfef538b9670a6bf8fb5de0d56f1ca8cc7609e /cpp/src/slice2objc | |
parent | Fix Java builds (diff) | |
download | ice-453aac6089bf111c07b5a331f96935946f866150.tar.bz2 ice-453aac6089bf111c07b5a331f96935946f866150.tar.xz ice-453aac6089bf111c07b5a331f96935946f866150.zip |
Merge from 3.6 branch
Diffstat (limited to 'cpp/src/slice2objc')
-rw-r--r-- | cpp/src/slice2objc/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2objc/Main.cpp b/cpp/src/slice2objc/Main.cpp index 37716ad6704..1a766772ef0 100644 --- a/cpp/src/slice2objc/Main.cpp +++ b/cpp/src/slice2objc/Main.cpp @@ -60,7 +60,7 @@ usage(const char* n) "Options:\n" "-h, --help Show this message.\n" "-v, --version Display the Ice version.\n" - "--validate Validate command line options.\n" + "--validate Validate command line options.\n" "-DNAME Define NAME as 1.\n" "-DNAME=DEF Define NAME as DEF.\n" "-UNAME Remove any definition for NAME.\n" |