summaryrefslogtreecommitdiff
path: root/src/rc/_usage.h
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-09-12 21:00:20 +0200
committerChristian Ruppert <idl0r@gentoo.org>2012-09-12 21:00:20 +0200
commita06072b3959adc91ddf5157f69162977cbd48079 (patch)
treeccf0c75d21368237871f44b23f553c10400a6c09 /src/rc/_usage.h
parent3863c11be5d48ad4d1a10156f474339bea04f5ae (diff)
downloadopenrc-a06072b3959adc91ddf5157f69162977cbd48079.tar.gz
openrc-a06072b3959adc91ddf5157f69162977cbd48079.tar.bz2
openrc-a06072b3959adc91ddf5157f69162977cbd48079.tar.xz
Silence get_pid(), OpenRC will give the process some time to create the PID file and the first get__pid() call may fail.
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 84b66b9..0882c22 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"
+ "Run quietly (Does not affect errors)"
#define case_RC_COMMON_getopt_case_C setenv ("EINFO_COLOR", "NO", 1);
#define case_RC_COMMON_getopt_case_h usage (EXIT_SUCCESS);