mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-1405 Forgot to remove the comma from the previous line for the copyright option
X-SVN-Rev: 6838
This commit is contained in:
parent
3bbd525f2b
commit
624dd35963
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ main(int argc,
|
|||
"\t NOTE: ICU must be completely built to use this option\n"
|
||||
"\t-s or --sourcedir source directory for files followed by path, defaults to %s\n"
|
||||
"\t-i or --icudatadir directory for locating any needed intermediate data files,\n"
|
||||
"\t followed by path, defaults to %s\n",
|
||||
"\t followed by path, defaults to %s\n"
|
||||
"\t-c or --copyright include copyright notice \n",
|
||||
argv[0], u_getDataDirectory(), u_getDataDirectory(),u_getDataDirectory());
|
||||
return argc < 0 ? U_ILLEGAL_ARGUMENT_ERROR : U_ZERO_ERROR;
|
||||
|
|
Loading…
Add table
Reference in a new issue