diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index dc2883e6e2..965984313d 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 <dirname>\n"); + d_printf("allinfo <filename>\n"); return 1; } pstrcat(fname,buf); |