wording tweak

This commit is contained in:
strawmanbobi
2025-08-25 16:13:36 +08:00
parent 6e8f7a1d33
commit 733336d199

View File

@@ -291,7 +291,7 @@ static void print_usage(const char *progn) {
printf("usage: %s [function] [file] [subcate]\n"
"[function] : 0 - decode for AC; 1 - decode for others\n"
"[file] : the remote control binary file\n"
"[subcate] : the sub_cate value from remote_index", progn);
"[sub_cate] : the sub_cate value from remote_index", progn);
}
int main(int argc, char *argv[])