summaryrefslogtreecommitdiff
path: root/source3/utils/net_cache.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-29 02:34:18 +0000
committerTim Potter <tpot@samba.org>2003-07-29 02:34:18 +0000
commit4db6b05e1379c638dc945b94b0dafe6b75e18ec1 (patch)
tree5aac88eea19cb4152544d3f99e6a8010c98398da /source3/utils/net_cache.c
parent05875e573c0f2a27e8d96795dd5a44bacee6275e (diff)
downloadsamba-4db6b05e1379c638dc945b94b0dafe6b75e18ec1.tar.gz
samba-4db6b05e1379c638dc945b94b0dafe6b75e18ec1.tar.bz2
samba-4db6b05e1379c638dc945b94b0dafe6b75e18ec1.zip
Typo fix for bug 258.
(This used to be commit a4e342c20cbddbb4d9d6ac49258457751146d890)
Diffstat (limited to 'source3/utils/net_cache.c')
-rw-r--r--source3/utils/net_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_cache.c b/source3/utils/net_cache.c
index 8dd9db599d..a955916458 100644
--- a/source3/utils/net_cache.c
+++ b/source3/utils/net_cache.c
@@ -214,7 +214,7 @@ static int net_cache_del(int argc, const char **argv)
const char *keystr = argv[0];
if (argc < 1) {
- d_printf("\nUsage: net cache add <key string>\n");
+ d_printf("\nUsage: net cache del <key string>\n");
return -1;
}