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)`
home › develop › 521f18a › 7285aac