updated print_usage

This commit is contained in:
strawmanbobi
2025-08-19 15:41:00 +08:00
parent 91e1ba04b4
commit 0b6e7dd058

View File

@@ -289,7 +289,7 @@ static INT8 decode_as_tv(char *file_name, UINT8 ir_hex_encode)
static void print_usage(const char *progn) {
printf("usage: %s [function] [file] [subcate]\n"
"[function] : 0 - decode for AC; 1 - decode for TV\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);
}