mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-08 15:40:34 -04:00
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:
parent
b71ccfcc92
commit
ef00a32756
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue