1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Typo fix for bug 258.

This commit is contained in:
Tim Potter -
parent 29dd71ddea
commit a4e342c20c

View File

@ -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;
}