From 0b6e7dd0585be57f53b1867a1e6f7ab9ef569ec3 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Tue, 19 Aug 2025 15:41:00 +0800 Subject: [PATCH] updated print_usage --- decoder/src/ir_decode_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder/src/ir_decode_test.c b/decoder/src/ir_decode_test.c index c06b6f6..69dcbeb 100644 --- a/decoder/src/ir_decode_test.c +++ b/decoder/src/ir_decode_test.c @@ -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); }