gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Feb. 01 '23 10:57:17
Commit
6b204d6b08609c5c3b609a5330c8d3514b37d469
Parent
3009d4b035f381bf1bf80fa54cf94ee1e449b50c
Changes
diff --git a/README.md b/README.md
index b23899c..3bb73c5 100644
--- a/README.md
+++ b/README.md
@@ -12,25 +12,13 @@ go install github.com/thewhodidthis/gtx
 
 ## usage
 
-Print default settings and exit:
-
-```sh
-gtx
-```
-
-At the very least pass it a repo to be parsing through:
+Calling without any arguments prints out the default settings. At the very least pass it a repo to be parsing through:
 
 ```sh
 # NOTE: Will save output in the current directory.
 gtx -r https://github.com/thewhodidthis/gtx.git
 ```
 
-Silence the logger:
-
-```sh
-gtx -r https://github.com/thewhodidthis/gtx.git -q
-```
-
 Export a copy of the default HTML page template and quit:
 
 ```sh
@@ -43,6 +31,12 @@ Use a custom page template:
 gtx -r https://github.com/thewhodidthis/gtx.git -t page.html.tmpl
 ```
 
+Silence the logger:
+
+```sh
+gtx -r https://github.com/thewhodidthis/gtx.git -q
+```
+
 ## requirements
 
 - `git(1)`