From d49de351896f49a3cc2a7c13674fae54abcc29e2 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 23 Jun 2020 21:14:29 +0100 Subject: [PATCH] improve docs --- scripts/postfixadmin-cli.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/postfixadmin-cli.php b/scripts/postfixadmin-cli.php index 934f47ed..782c01a8 100644 --- a/scripts/postfixadmin-cli.php +++ b/scripts/postfixadmin-cli.php @@ -146,7 +146,10 @@ class PostfixAdmin { } /** - * Dispatches a CLI request + * postfixadmin-cli admin view admin@example.com + * - Create AdminHandler. + * - and then a CliView object (Shell class) + * - call CliView->view() ... which under the covers uses AdminHandler* */ public function dispatch() { check_db_version(); # ensure the database layout is up to date