]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
winbind: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 18 Sep 2021 05:59:25 +0000 (07:59 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 21 Sep 2021 00:13:32 +0000 (00:13 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/winbindd.c

index 25d8b7230101a3e47e774e4049821f136fc4f23f..2205eebd163ae596a89c1eda28ed41b895583aec 100644 (file)
@@ -1709,7 +1709,8 @@ int main(int argc, const char **argv)
 
        if (log_stdout && cmdline_daemon_cfg->fork) {
                d_fprintf(stderr, "\nERROR: "
-                         "Can't log to stdout (-S) unless daemon is in foreground +(-F) or interactive (-i)\n\n");
+                         "Can't log to stdout (-S) unless daemon is in "
+                         "foreground (-F) or interactive (-i)\n\n");
                poptPrintUsage(pc, stderr, 0);
                exit(1);
        }