diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-09-11 14:07:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-09-11 14:07:21 +0000 |
commit | cdca2ad1c4ca396e130a1091063c3aeedbb06cd8 (patch) | |
tree | 5c40195dd59d5d41009eaca2c34f1e2343eb9035 /source3/utils/net_help.c | |
parent | b3bcdccb1c3670495248469170b7b86c16312f99 (diff) | |
download | samba-cdca2ad1c4ca396e130a1091063c3aeedbb06cd8.tar.gz samba-cdca2ad1c4ca396e130a1091063c3aeedbb06cd8.tar.xz samba-cdca2ad1c4ca396e130a1091063c3aeedbb06cd8.zip |
added gencache implementation from mimir - thanks!
(This used to be commit 05a202c287f5daeb1ccbaf9479aa93e7928e93db)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r-- | source3/utils/net_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index ab3eac4b43..16309c5334 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -135,6 +135,7 @@ static int net_usage(int argc, const char **argv) " net user\t\tto manage users\n"\ " net group\t\tto manage groups\n"\ " net join\t\tto join a domain\n"\ + " net cache\t\tto operate on cache tdb file\n"\ "\n"\ " net ads <command>\tto run ADS commands\n"\ " net rap <command>\tto run RAP (pre-RPC) commands\n"\ |