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/slice2freeze | |
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/slice2freeze')
-rw-r--r-- | cpp/src/slice2freeze/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2freeze/Main.cpp b/cpp/src/slice2freeze/Main.cpp index 3e2e5e82e79..07c7ffc3d84 100644 --- a/cpp/src/slice2freeze/Main.cpp +++ b/cpp/src/slice2freeze/Main.cpp @@ -197,7 +197,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" "--header-ext EXT Use EXT instead of the default `h' extension.\n" "--source-ext EXT Use EXT instead of the default `cpp' extension.\n" "--add-header HDR[,GUARD]\n" |