Document hidden combo flags

This commit is contained in:
Tom Morris 2023-10-23 19:48:07 -04:00
parent 8cee06da5a
commit 07174708ff

View File

@ -265,6 +265,9 @@ int main(int argc, char **argv) {
"Usage for listing directory of components:\n"
" %s -d traineddata_file\n\n",
argv[0]);
printf(
"NOTE: Above two flags may combined as -dl or -ld to get both outputs"
);
printf(
"Usage for compacting LSTM component to int:\n"
" %s -c traineddata_file\n",