mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
Rename list_mutable_variables to list_mutabe_vars for consistency
This commit is contained in:
parent
0e18b57624
commit
ea8ecdbf0c
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ async fn main() -> nut_client::Result<()> {
|
|||
println!("\t Description: {}", description);
|
||||
|
||||
// Get list of mutable variables
|
||||
let mutable_vars = conn.list_mutable_variables(&name).await?;
|
||||
let mutable_vars = conn.list_mutable_vars(&name).await?;
|
||||
|
||||
// List UPS variables (key = val)
|
||||
println!("\t Mutable Variables:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue