summaryrefslogtreecommitdiffstatshomepage
path: root/core/scripts/generate-proxy-class.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/scripts/generate-proxy-class.php')
-rw-r--r--core/scripts/generate-proxy-class.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/scripts/generate-proxy-class.php b/core/scripts/generate-proxy-class.php
index 2664739be423..a06293d5feff 100644
--- a/core/scripts/generate-proxy-class.php
+++ b/core/scripts/generate-proxy-class.php
@@ -3,7 +3,14 @@
/**
* @file
- * A command line application to generate proxy classes.
+ * A script to generate proxy classes for lazy services.
+ *
+ * For help, type this command from the root directory of an installed Drupal
+ * site: php core/scripts/generate-proxy-class.php -h generate-proxy-class
+ *
+ * @ingroup container
+ *
+ * @see lazy_services
*/
use Drupal\Core\Command\GenerateProxyClassApplication;