From 4f973916c88409f28366e690b728ab86aade74bd Mon Sep 17 00:00:00 2001
From: Jigar Mehta <hello@jigarius.com>
Date: Sat, 19 Mar 2022 20:31:14 -0400
Subject: [PATCH] Move --drall-group docs to the 'Global Options' section

---
 README.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 611e3dd..eabca1f 100644
--- a/README.md
+++ b/README.md
@@ -141,14 +141,17 @@ Specify a Drupal project root or document root directory.
 
     drall --root=/path/to/drupal site:directories
 
-## Site groups
+### --drall-group
 
-Drall allows you to group your sites so that you can run commands on such
-groups with ease.
+Specify the target site group. See the section *site groups* for more
+information on site groups.
 
-```
-drall exec:drush --drall-group=GROUP core:rebuild
-```
+    drall exec:drush --drall-group=GROUP core:status --field=site
+
+## Site groups
+
+Drall allows you to group your sites so that you can run commands on these
+groups using the `--drall-group` option.
 
 ### Drall groups with site aliases