1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r7998: Fix usage message

This commit is contained in:
Volker Lendecke 2005-06-29 20:17:05 +00:00 committed by Gerald (Jerry) Carter
parent 5289955107
commit 1e9a8854b1

View File

@ -567,7 +567,7 @@ static int net_afs_key(int argc, const char **argv)
struct afs_keyfile keyfile;
if (argc != 2) {
d_printf("usage: 'net afskey <keyfile> cell'\n");
d_printf("usage: 'net afs key <keyfile> cell'\n");
return -1;
}