From 3d9ba1b7e6cbc0833b8ff2f92673c9403b6f9038 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 23 Oct 2018 13:46:38 +1300 Subject: [PATCH] Fix net rpc share allowedusers short description This command allows one to list allowed users, not modify them. Signed-off-by: Olly Betts Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- source3/utils/net_rpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 98940b84e05..41e72975e76 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -5426,9 +5426,9 @@ int net_rpc_share(struct net_context *c, int argc, const char **argv) "allowedusers", rpc_share_allowedusers, NET_TRANSPORT_RPC, - N_("Modify allowed users"), + N_("List allowed users"), N_("net rpc share allowedusers\n" - " Modify allowed users") + " List allowed users") }, { "migrate", -- 2.47.2