1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

fixed allinfo bug reported by metze

(This used to be commit 0b7e5d6353837b24a3588ddd62e793b025432f10)
This commit is contained in:
Andrew Tridgell 2003-08-14 04:14:49 +00:00
parent 89f55d36f3
commit e08eee4db0

View File

@ -1646,7 +1646,7 @@ static int cmd_allinfo(void)
pstrcpy(fname,cur_dir);
if (!next_token_nr(NULL,buf,NULL,sizeof(buf))) {
d_printf("deltree <dirname>\n");
d_printf("allinfo <filename>\n");
return 1;
}
pstrcat(fname,buf);