|
|
@ -751,8 +751,7 @@ subset_main_t::add_options () |
|
|
|
{"unicodes", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_unicodes, |
|
|
|
{"unicodes", 0, 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_unicodes, |
|
|
|
"Specify Unicode codepoints or ranges to include in the subset. Use * to include all codepoints.\n" |
|
|
|
"Specify Unicode codepoints or ranges to include in the subset. Use * to include all codepoints.\n" |
|
|
|
" " |
|
|
|
" " |
|
|
|
"--unicodes-=... can be used to subtract codepoints " |
|
|
|
"--unicodes-=... can be used to subtract codepoints from the current set.\n" |
|
|
|
"from the current set.\n" |
|
|
|
|
|
|
|
" " |
|
|
|
" " |
|
|
|
"For example: --unicodes=* --unicodes-=41,42,43 would create a subset with all codepoints\n" |
|
|
|
"For example: --unicodes=* --unicodes-=41,42,43 would create a subset with all codepoints\n" |
|
|
|
" " |
|
|
|
" " |
|
|
|