Fix typo in valid values in steamosctl for wifi debug modes.

WifiDebugMode is either off or tracing, no more on value.
This commit is contained in:
Jeremy Whiting 2024-09-29 06:51:29 -06:00
parent b71ccfcc92
commit ef00a32756

View file

@ -124,7 +124,7 @@ enum Commands {
/// Set Wi-Fi debug mode, if possible /// Set Wi-Fi debug mode, if possible
SetWifiDebugMode { SetWifiDebugMode {
/// Valid modes are `on`, `off` /// Valid modes are `off` or `tracing`
mode: WifiDebugMode, mode: WifiDebugMode,
/// The size of the debug buffer, in bytes /// The size of the debug buffer, in bytes
buffer: Option<u32>, buffer: Option<u32>,