Skip to content

Commit 0717470

Browse files
committed
Document hidden combo flags
1 parent 8cee06d commit 0717470

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/training/combine_tessdata.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ int main(int argc, char **argv) {
265265
"Usage for listing directory of components:\n"
266266
" %s -d traineddata_file\n\n",
267267
argv[0]);
268+
printf(
269+
"NOTE: Above two flags may combined as -dl or -ld to get both outputs"
270+
);
268271
printf(
269272
"Usage for compacting LSTM component to int:\n"
270273
" %s -c traineddata_file\n",

0 commit comments

Comments
 (0)