From 354cdfa8f87f7795e16461c86b122fa57ca912da Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 25 Nov 2001 01:42:29 +0000 Subject: better help (This used to be commit b390d6eef95ee6094eb193006bc2f23c40291026) --- source3/utils/net_ads.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'source3/utils/net_ads.c') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index d9b99c77dc..72f70532b7 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -29,7 +29,13 @@ int net_ads_usage(void) "\nnet ads join"\ "\n\tjoins the local machine to a ADS realm\n"\ "\nnet ads leave"\ -"\n\tremoves the local machine from a ADS realm\n" +"\n\tremoves the local machine from a ADS realm\n"\ +"\nnet ads user"\ +"\n\tlist users in the realm\n"\ +"\nnet ads group"\ +"\n\tlist groups in the realm\n"\ +"\nnet ads status"\ +"\n\tdump the machine account details to stdout\n" ); return -1; } -- cgit