From a9d7808e37f5374841a686c7ba898144d962032e Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 22 Jan 2020 22:46:29 -0800 Subject: [PATCH] doc/Admin.md: add "listing modules" --- doc/Admin.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/Admin.md b/doc/Admin.md index ea8c3490..8638f7af 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -37,6 +37,7 @@ * [Module management commands](#module-management-commands) * [load](#load) * [unload](#unload) + * [Listing modules](#listing-modules) * [Plugin management commands](#plugin-management-commands) * [plug](#plug) * [unplug](#unplug) @@ -296,6 +297,12 @@ the module was loaded as. Usage: `unload ` +### Listing modules +To list modules, use the `list modules` command. This is not an admin command, but +it is included here for completeness. + +Usage: `list modules` + ## Plugin management commands ### plug