summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-09-18 07:59:25 +0200
committerJeremy Allison <jra@samba.org>2021-09-21 00:13:32 +0000
commit917f7902dfefb053bb9efd82cb9b1fc69ac70844 (patch)
treea924cdce9fd7a61ff6175c57bd70f5e980be99d6
parentad462c27a4bcc8aa7262ee75b069841c16c4f0f5 (diff)
downloadsamba-917f7902dfefb053bb9efd82cb9b1fc69ac70844.tar.gz
winbind: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/winbindd/winbindd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 25d8b723010..2205eebd163 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -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);
}