document default -h flag

This commit is contained in:
David 2021-04-10 22:18:27 -04:00
parent 91ff1a10d4
commit d9feae081f
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ A **simple** measure of software dependency freshness. It is a **single number**
## Usage
`libyear` only supports projects using go modules. It ignores dependencies that are replaced in a go.mod file.
`libyear` only supports projects using go modules. It ignores dependencies that are replaced in a `go.mod` file.
`-h`: usage help text
`-q`: quiet mode; reduce logging and output only dependencies that are not at their latest version