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 | 05a202c287f5daeb1ccbaf9479aa93e7928e93db (patch) | |
tree | 5e821e54fb36c3528514faa1a653f062291ac895 /source/utils/net_help.c | |
parent | 19adbf1faed3d076207ec55e398f15f87d48c9f7 (diff) | |
download | samba-05a202c287f5daeb1ccbaf9479aa93e7928e93db.tar.gz samba-05a202c287f5daeb1ccbaf9479aa93e7928e93db.tar.xz samba-05a202c287f5daeb1ccbaf9479aa93e7928e93db.zip |
added gencache implementation from mimir - thanks!
Diffstat (limited to 'source/utils/net_help.c')
-rw-r--r-- | source/utils/net_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/net_help.c b/source/utils/net_help.c index ab3eac4b434..16309c53345 100644 --- a/source/utils/net_help.c +++ b/source/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"\ |