aboutsummaryrefslogtreecommitdiff
path: root/src/openrc-run/openrc-run.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-15 15:19:53 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-15 15:19:53 -0500
commitc6d6ed0c9c6495d883e135e853b53318dd3ec213 (patch)
tree93012e2afecb6254d64424525da00dbfb55333f5 /src/openrc-run/openrc-run.c
parentb778c72f81b8c23676b367807e2baa18bfef0747 (diff)
openrc-run: add status to basic usage message
Fixes #491.
Diffstat (limited to 'src/openrc-run/openrc-run.c')
-rw-r--r--src/openrc-run/openrc-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openrc-run/openrc-run.c b/src/openrc-run/openrc-run.c
index 06d1a9d3..c7749f32 100644
--- a/src/openrc-run/openrc-run.c
+++ b/src/openrc-run/openrc-run.c
@@ -62,7 +62,7 @@
#define WARN_TIMEOUT 10 /* warn about this every N seconds */
const char *applet = NULL;
-const char *extraopts = "stop | start | restart | describe | zap";
+const char *extraopts = "stop | start | restart | status | describe | zap";
const char getoptstring[] = "dDsSvl:Z" getoptstring_COMMON;
const struct option longopts[] = {
{ "debug", 0, NULL, 'd'},