mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Minor typos
This commit is contained in:
parent
6dda341bc8
commit
1c9d951f86
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user