aboutsummaryrefslogtreecommitdiff
path: root/src/rc/_usage.h
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-08-25 21:27:50 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-08-26 15:51:11 -0500
commitbb8a9c087d20ee6454e2b6bf4713ec0ce9db94f3 (patch)
tree36f20210fcb23bf7683bbbd4efaacc1e903cea53 /src/rc/_usage.h
parentd1b183a2f9595c033489a7913aef1989ccd2d2eb (diff)
start-stop-daemon: fix --quiet switch
The --quiet switch wasn't really quiet, because we changed it to report errors. I am changing it back due to discussions on the listed bugs. X-Gentoo-Bug: 482396 X-Gentoo-Bug: 439174 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=482396 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=439174
Diffstat (limited to 'src/rc/_usage.h')
-rw-r--r--src/rc/_usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/_usage.h b/src/rc/_usage.h
index 0882c22f..84b66b96 100644
--- a/src/rc/_usage.h
+++ b/src/rc/_usage.h
@@ -38,7 +38,7 @@
"Disable color output", \
"Display software version", \
"Run verbosely", \
- "Run quietly (Does not affect errors)"
+ "Run quietly"
#define case_RC_COMMON_getopt_case_C setenv ("EINFO_COLOR", "NO", 1);
#define case_RC_COMMON_getopt_case_h usage (EXIT_SUCCESS);