1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-09 17:49:29 +03:00

Fix error message for new allinfo command.

Jeremy.
This commit is contained in:
Jeremy Allison
2008-01-18 13:47:10 -08:00
parent 843e1694cf
commit 3a1bcbfa7c

View File

@ -1600,7 +1600,7 @@ static int cmd_allinfo(void)
}
if (!next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) {
d_printf("altname <file>\n");
d_printf("allinfo <file>\n");
return 1;
}
name = talloc_asprintf_append(name, buf);