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