better help
authorAndrew Tridgell <tridge@samba.org>
Sun, 25 Nov 2001 01:42:29 +0000 (01:42 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 25 Nov 2001 01:42:29 +0000 (01:42 +0000)
(This used to be commit b390d6eef95ee6094eb193006bc2f23c40291026)

source3/utils/net_ads.c

index d9b99c77dc14d549435412125b25e17507e500c9..72f70532b7713d1e5468909efa9569160a284c60 100644 (file)
@@ -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;
 }