gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Mar. 10 '23 20:09:57
Commit
7285aac12a37aab03c7a855dc7b91e63bbef379d
Parent
521f18aefd4001ea46b8c2aba9479cab5d9f61d2
Changes
diff --git a/README.md b/README.md
index d7f38b8..d75fb6a 100644
--- a/README.md
+++ b/README.md
@@ -25,12 +25,6 @@ Silence the logger:
 gtx -r https://github.com/thewhodidthis/gtx.git -q
 ```
 
-Only process select branches (in order of appearance):
-
-```sh
-gtx -r https://github.com/thewhodidthis/gtx.git -b main -b develop
-```
-
 Export a copy of the default HTML page template and quit:
 
 ```sh
@@ -43,6 +37,12 @@ Templates can reference external files in the target directory. These are left i
 gtx -r https://github.com/thewhodidthis/gtx.git -t page.html.tmpl
 ```
 
+Only process select branches (in order of appearance):
+
+```sh
+gtx -r https://github.com/thewhodidthis/gtx.git -b main -b develop
+```
+
 ## requirements
 
 - `git(1)`