[sane-devel] [PATCH 1/3] saned: fix --debug help message (output is	stderr)
    luizluca at gmail.com 
    luizluca at gmail.com
       
    Sat Jul 22 08:43:16 UTC 2017
    
    
  
From: Luiz Angelo Daros de Luca <luizluca at gmail.com>
Man page was correct.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca at gmail.com>
---
 frontend/saned.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/saned.c b/frontend/saned.c
index 2fc33216..6b97e914 100644
--- a/frontend/saned.c
+++ b/frontend/saned.c
@@ -3300,7 +3300,7 @@ static void usage(char *me, int err)
        "Usage: %s [OPTIONS]\n\n"
        " Options:\n\n"
        "  -a, --alone[=user]	run standalone and fork in background as `user'\n"
-       "  -d, --debug[=level]	run foreground with output to stdout\n"
+       "  -d, --debug[=level]	run foreground with output to stderr\n"
        "			and debug level `level' (default is 2)\n"
        "  -s, --syslog[=level]	run foreground with output to syslog\n"
        "			and debug level `level' (default is 2)\n"
-- 
2.11.0
    
    
More information about the sane-devel
mailing list