From 733336d199eb80663fdc36319d0365ded779ae85 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Mon, 25 Aug 2025 16:13:36 +0800 Subject: [PATCH] wording tweak --- 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 69dcbeb..bd6f469 100644 --- a/decoder/src/ir_decode_test.c +++ b/decoder/src/ir_decode_test.c @@ -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[])