diff --git a/source4/client/client.c b/source4/client/client.c index dc2883e6e2b..965984313d3 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -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 \n"); + d_printf("allinfo \n"); return 1; } pstrcat(fname,buf);