mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
um: Fix help message for ssl-non-raw
Add the missing option name in the help message. Additionally, switch to __uml_help(), because this is a global option rather than a per-channel option. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
2cc62ed234
commit
725e9d8186
1 changed files with 4 additions and 1 deletions
|
|
@ -199,4 +199,7 @@ static int ssl_non_raw_setup(char *str)
|
|||
return 1;
|
||||
}
|
||||
__setup("ssl-non-raw", ssl_non_raw_setup);
|
||||
__channel_help(ssl_non_raw_setup, "set serial lines to non-raw mode");
|
||||
__uml_help(ssl_non_raw_setup,
|
||||
"ssl-non-raw\n"
|
||||
" Set serial lines to non-raw mode.\n\n"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue