ICU-3389 The -O isn't required, and document it that way

X-SVN-Rev: 15172
This commit is contained in:
George Rhoten 2004-05-06 05:48:45 +00:00
parent 86911f0afb
commit 21b87f6765

View File

@ -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 : "",