1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Adjusted documentation

This commit is contained in:
Sascha L. Teichmann 2022-07-17 15:01:15 +02:00
parent 7e850f7a2f
commit 7f113f1f30
2 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ type options struct {
Version bool `long:"version" description:"Display version of the binary"`
Verbose bool `long:"verbose" short:"v" description:"Verbose output"`
Rate *float64 `long:"rate" short:"r" description:"The average upper limit of https operations per second"`
Years *uint `long:"years" short:"y" description:"The years to look back from now" value-name:"YEARS"`
Years *uint `long:"years" short:"y" description:"Number of years to look back from now" value-name:"YEARS"`
}
func errCheck(err error) {

View file

@ -3,7 +3,7 @@
### Usage
```
csaf_checker [OPTIONS]
csaf_checker [OPTIONS]
Application Options:
-o, --output=REPORT-FILE File name of the generated report
@ -13,8 +13,8 @@ Application Options:
--client-key=KEY-FILE TLS client private key file (PEM encoded data)
--version Display version of the binary
-v, --verbose Verbose output
-r, --rate= The average upper limit of https operations
per second
-r, --rate= The average upper limit of https operations per second
-y, --years=YEARS Number of years to look back from now
Help Options:
-h, --help Show this help message