openrc-run: add status to basic usage message

Fixes #491.
This commit is contained in:
Mike Frysinger 2023-01-15 15:19:53 -05:00
parent b778c72f81
commit c6d6ed0c9c
1 changed files with 1 additions and 1 deletions

View File

@ -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'},