Minor typos
authorVolker Lendecke <vlendec@samba.org>
Sun, 25 Nov 2001 18:54:04 +0000 (18:54 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sun, 25 Nov 2001 18:54:04 +0000 (18:54 +0000)
source/utils/pdbedit.c

index 782848d626861d488ba939c4bf04184c6dd6f3f5..73423e0beeb7660df5019606b5bbc30078e73319 100644 (file)
@@ -46,7 +46,7 @@ extern int optind;
 static void usage(void)
 {
        if (getuid() == 0) {
-               printf("tdbedit options\n");
+               printf("pdbedit options\n");
        } else {
                printf("You need to be root to use this tool!\n");
        }
@@ -552,7 +552,7 @@ int main (int argc, char **argv)
        char *profile_path = NULL;
        char *smbpasswd = NULL;
 
-       setup_logging("tdbedit", True);
+       setup_logging("pdbedit", True);
 
        if (argc < 2) {
                usage();