webusers: correct usage message

This commit is contained in:
Dave Taht 2023-02-09 02:44:39 +00:00
parent 79db32ff99
commit 04f1f4c2cb

View File

@ -22,7 +22,7 @@ enum Commands {
#[arg(long)]
role: UserRole,
/// CPU id to connect
/// Password
#[arg(long)]
password: String,
},
@ -31,7 +31,7 @@ enum Commands {
/// Username to remove
username: String,
},
/// List all mapped IPs.
/// List users
List,
}