diff options
author | Volker Lendecke <vlendec@samba.org> | 2001-11-25 18:54:04 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2001-11-25 18:54:04 +0000 |
commit | 1c9d951f86609b08e5660b0fc966c5e5058a3ce2 (patch) | |
tree | 8ca5b62d8a5ec3fc08ca5d7f060de265e7d0a910 | |
parent | 6dda341bc80dc7c4d044df134fc153f646a6a4e9 (diff) | |
download | samba-1c9d951f86609b08e5660b0fc966c5e5058a3ce2.tar.gz samba-1c9d951f86609b08e5660b0fc966c5e5058a3ce2.tar.xz samba-1c9d951f86609b08e5660b0fc966c5e5058a3ce2.zip |
Minor typos
-rw-r--r-- | source/utils/pdbedit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/pdbedit.c b/source/utils/pdbedit.c index 782848d6268..73423e0beeb 100644 --- a/source/utils/pdbedit.c +++ b/source/utils/pdbedit.c @@ -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(); |