Skip to content

Commit

Permalink
sof-ctl: minor update for help text
Browse files Browse the repository at this point in the history
The option -s is also needed for binary input file.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
  • Loading branch information
yongzhi1 committed Dec 7, 2023
1 parent 6563320 commit 1bd2bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ctl/ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void usage(char *name)
fprintf(stdout, " -i {3|4} selects the IPC type to use, defaults to 3 (IPC3)\n");
fprintf(stdout, " -g <size> generates");
fprintf(stdout, " the current ABI header with given payload size\n");
fprintf(stdout, " -s set data using ASCII CSV input file\n");
fprintf(stdout, " -s set data, default is using ASCII CSV input file\n");
fprintf(stdout, " -b set/get control in binary mode(e.g. for set, use binary input file, for get, dump out in hex format)\n");
fprintf(stdout, " -r no abi header for the input file, or not dumping abi header for get.\n");
fprintf(stdout, " -o specify the output file.\n");
Expand Down

0 comments on commit 1bd2bce

Please sign in to comment.