diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-15 15:19:53 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-15 15:19:53 -0500 |
commit | c6d6ed0c9c6495d883e135e853b53318dd3ec213 (patch) | |
tree | 93012e2afecb6254d64424525da00dbfb55333f5 /src | |
parent | b778c72f81b8c23676b367807e2baa18bfef0747 (diff) |
openrc-run: add status to basic usage message
Fixes #491.
Diffstat (limited to 'src')
-rw-r--r-- | src/openrc-run/openrc-run.c | 2 |
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'}, |