From: Olly Betts Date: Tue, 23 Oct 2018 00:46:38 +0000 (+1300) Subject: Fix net rpc share allowedusers short description X-Git-Tag: tdb-1.3.17~538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9ba1b7e6cbc0833b8ff2f92673c9403b6f9038;p=thirdparty%2Fsamba.git 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 --- 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",