From 04f1f4c2cb3ebe2ba12a49ccaac6484c4ad8910a Mon Sep 17 00:00:00 2001 From: Dave Taht Date: Thu, 9 Feb 2023 02:44:39 +0000 Subject: [PATCH] webusers: correct usage message --- src/rust/webusers/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust/webusers/src/main.rs b/src/rust/webusers/src/main.rs index 8ada1dde..96fcac79 100644 --- a/src/rust/webusers/src/main.rs +++ b/src/rust/webusers/src/main.rs @@ -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, }