mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-3389 The -O isn't required, and document it that way
X-SVN-Rev: 15172
This commit is contained in:
parent
86911f0afb
commit
21b87f6765
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ main(int argc, char* argv[]) {
|
|||
fprintf(stderr, "\n options:\n");
|
||||
for(i=0;i<(sizeof(options)/sizeof(options[0]));i++) {
|
||||
fprintf(stderr, "%-5s -%c %s%-10s %s\n",
|
||||
(i<2?"[REQ]":""),
|
||||
(i<1?"[REQ]":""),
|
||||
options[i].shortName,
|
||||
options[i].longName ? "or --" : " ",
|
||||
options[i].longName ? options[i].longName : "",
|
||||
|
|
Loading…
Add table
Reference in a new issue