Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-04-24 14:40:21 -04:00
parent abc0d51801
commit 113b145d26
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ GLOBAL OPTIONS:
--port value port for server to run on (default: "8080")
--cert value path to ssl cert
--key value path to ssl key
--interval value interval to generate new index.html's at (default: "5m")
--interval value interval to generate new index.html's at (default: "1h")
--clair value url to clair instance
--help, -h show help
--version, -v print the version

View file

@ -85,7 +85,7 @@ func main() {
},
cli.StringFlag{
Name: "interval",
Value: "5m",
Value: "1h",
Usage: "interval to generate new index.html's at",
},
cli.StringFlag{