diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-09-12 17:11:52 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-09-12 17:11:52 -0400 |
commit | 4b297c83e90c19ccb23abca77b539268e9d9cdba (patch) | |
tree | deda1d1785121391f6796246fda51421258b5cad /cpp/src/slice2php | |
parent | Fixed ICE-7336 - dispatcher test failure (diff) | |
download | ice-4b297c83e90c19ccb23abca77b539268e9d9cdba.tar.bz2 ice-4b297c83e90c19ccb23abca77b539268e9d9cdba.tar.xz ice-4b297c83e90c19ccb23abca77b539268e9d9cdba.zip |
Removed extra whitespace in --validate usage
Diffstat (limited to 'cpp/src/slice2php')
-rw-r--r-- | cpp/src/slice2php/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2php/Main.cpp b/cpp/src/slice2php/Main.cpp index 9fcac53342c..102caa803be 100644 --- a/cpp/src/slice2php/Main.cpp +++ b/cpp/src/slice2php/Main.cpp @@ -1646,7 +1646,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" |