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)`
home › develop › 3009d4b › 6b204d6