From c6d6ed0c9c6495d883e135e853b53318dd3ec213 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Jan 2023 15:19:53 -0500 Subject: openrc-run: add status to basic usage message Fixes #491. --- src/openrc-run/openrc-run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openrc-run/openrc-run.c') 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'}, -- cgit v1.2.3