mirror of
https://github.com/bellard/quickjs.git
synced 2024-11-22 13:48:11 +08:00
typos
This commit is contained in:
parent
6e4931c4ad
commit
e6da06e4f6
4
qjsc.c
4
qjsc.c
@ -344,8 +344,8 @@ void help(void)
|
|||||||
"usage: " PROG_NAME " [options] [files]\n"
|
"usage: " PROG_NAME " [options] [files]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"options are:\n"
|
"options are:\n"
|
||||||
"-c only output bytecode in a C file\n"
|
"-c only output bytecode to a C file\n"
|
||||||
"-e output main() and bytecode in a C file (default = executable output)\n"
|
"-e output main() and bytecode to a C file (default = executable output)\n"
|
||||||
"-o output set the output filename\n"
|
"-o output set the output filename\n"
|
||||||
"-N cname set the C name of the generated data\n"
|
"-N cname set the C name of the generated data\n"
|
||||||
"-m compile as Javascript module (default=autodetect)\n"
|
"-m compile as Javascript module (default=autodetect)\n"
|
||||||
|
@ -217,7 +217,7 @@ static const char *unicode_prop_short_name[] = {
|
|||||||
#undef DEF
|
#undef DEF
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef UNICODE_SPROP_LIST
|
#undef UNICODE_PROP_LIST
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* case conv */
|
/* case conv */
|
||||||
|
Loading…
Reference in New Issue
Block a user