Describe extra_started_commands also.
This commit is contained in:
parent
4a4f808a0f
commit
e4b73c506b
@ -48,7 +48,7 @@ describe() {
|
||||
fi
|
||||
|
||||
local svc= desc=
|
||||
for svc in ${extra_commands:-${opts}}; do
|
||||
for svc in ${extra_commands:-${opts}} ${extra_started_commands}; do
|
||||
eval desc=\$description_${svc}
|
||||
if [ -n "${desc}" ]; then
|
||||
einfo "${HILITE}${svc}${NORMAL}: ${desc}"
|
||||
|
Loading…
Reference in New Issue
Block a user