From: Volker Lendecke Date: Sat, 18 Sep 2021 05:59:25 +0000 (+0200) Subject: winbind: Fix a typo X-Git-Tag: ldb-2.5.0~630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=917f7902dfefb053bb9efd82cb9b1fc69ac70844;p=thirdparty%2Fsamba.git winbind: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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); }