mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Improve docs
* Add --help from ./csaf_aggregator --version 0.3.1-8-gd5d48c7.
This commit is contained in:
parent
cac8f6c427
commit
8b04945c3e
1 changed files with 14 additions and 6 deletions
|
|
@ -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 ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue