Commit 725e9d81 authored by Tiwei Bie's avatar Tiwei Bie Committed by Johannes Berg
Browse files

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: default avatarTiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 2cc62ed2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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"
);