From: Luiz Angelo Daros de Luca <[email protected]> Man page was correct.
Signed-off-by: Luiz Angelo Daros de Luca <[email protected]> --- 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 -- sane-devel mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to [email protected]
