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

Improve docs

* Add --help from ./csaf_aggregator --version 0.3.1-8-gd5d48c7.
This commit is contained in:
Bernhard Reiter 2022-05-16 16:34:02 +02:00
parent cac8f6c427
commit 8b04945c3e
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -1,12 +1,20 @@
## csaf_aggregator
Following options are supported:
### Usage
```
csaf_aggregator [OPTIONS]
Application Options:
-c, --config=CFG-FILE File name of the configuration file (default:
aggregator.toml)
--version Display version of the binary
-i, --interim Perform an interim scan
Help Options:
-h, --help Show this help message
```
| Options | Description |
| --------------------- | -------------------------------------------------------------- |
| -c, --config=CFG-FILE | File name of the configuration file (default: aggregator.toml) |
| -i, --interim | Perform an interim scan |
| --version | Display version of the binary |
Usage example:
``` ./csaf_aggregator -c docs/examples/aggregator.toml ```