diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-11-25 01:42:29 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-11-25 01:42:29 +0000 |
commit | 354cdfa8f87f7795e16461c86b122fa57ca912da (patch) | |
tree | ff564430af5fc0efa69d4e2c7f32dba8ea1dadaa /source3/utils | |
parent | a83e7725c4dd1880b14c5018ef321804fc17fdee (diff) | |
download | samba-354cdfa8f87f7795e16461c86b122fa57ca912da.tar.gz samba-354cdfa8f87f7795e16461c86b122fa57ca912da.tar.bz2 samba-354cdfa8f87f7795e16461c86b122fa57ca912da.zip |
better help
(This used to be commit b390d6eef95ee6094eb193006bc2f23c40291026)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_ads.c | 8 |
1 files changed, 7 insertions, 1 deletions
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; } |