Fix error message for new allinfo command.
authorJeremy Allison <jra@samba.org>
Fri, 18 Jan 2008 21:47:10 +0000 (13:47 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 18 Jan 2008 21:47:10 +0000 (13:47 -0800)
Jeremy.
(This used to be commit 3a1bcbfa7ca2b55265eb486e2b7c740e04775698)

source3/client/client.c

index 59ca2e0adcf32f666d1655f9473f84440051f04a..28b4a2b24becfa44949257551ed1930235ed50ff 100644 (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);