diff options
author | Joe George <joe@zeroc.com> | 2015-04-29 17:03:53 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-04-29 17:03:53 -0400 |
commit | 3048b001de10c263068166b3bd64ee7bf265a24c (patch) | |
tree | e532bfb1ec1ba3c15c8a7949ef556ceef155b58c /cpp/src/slice2confluence/Main.cpp | |
parent | Improve usage message for slice compilers (diff) | |
download | ice-3048b001de10c263068166b3bd64ee7bf265a24c.tar.bz2 ice-3048b001de10c263068166b3bd64ee7bf265a24c.tar.xz ice-3048b001de10c263068166b3bd64ee7bf265a24c.zip |
Fix typo from previous commit
Diffstat (limited to 'cpp/src/slice2confluence/Main.cpp')
-rw-r--r-- | cpp/src/slice2confluence/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2confluence/Main.cpp b/cpp/src/slice2confluence/Main.cpp index a8a1b83e7fd..a3885d1ea8a 100644 --- a/cpp/src/slice2confluence/Main.cpp +++ b/cpp/src/slice2confluence/Main.cpp @@ -102,7 +102,7 @@ usage(const char* n) "--index NUM Generate subindex if it has at least NUM entries (0 for no index, default=1).\n" "--summary NUM Print a warning if a summary sentence exceeds NUM characters.\n" "-d, --debug Print debug messages.\n" - "--ice Allowed reserved Ice prefix in Slice identifiers.\n" + "--ice Allow reserved Ice prefix in Slice identifiers.\n" "--underscore Allow underscores in Slice identifiers.\n" ; } |