ICU-4497 add --csource to usage text

X-SVN-Rev: 17555
This commit is contained in:
Markus Scherer 2005-05-05 17:41:51 +00:00
parent 2852ded666
commit 2b568825a3

View file

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