mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-4497 add --csource to usage text
X-SVN-Rev: 17555
This commit is contained in:
parent
2852ded666
commit
2b568825a3
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ main(int argc, char* argv[]) {
|
|||
"\t-h or -? or --help this usage text\n"
|
||||
"\t-v or --verbose verbose output\n"
|
||||
"\t-c or --copyright include a copyright notice\n"
|
||||
"\t-u or --unicode Unicode version, followed by the version like 3.0.0\n");
|
||||
"\t-u or --unicode Unicode version, followed by the version like 3.0.0\n"
|
||||
"\t-C or --csource generate a .c source file rather than the .icu binary\n");
|
||||
fprintf(stderr,
|
||||
"\t-p or --prune flags Prune for data modularization:\n"
|
||||
"\t Determine what data is to be stored.\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue