Skip to content

Commit

Permalink
better flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
rif committed Oct 23, 2018
1 parent 7066e5c commit aae3627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
port = flag.String("port", "8080", "Listening port")
sslPort = flag.String("sslPort", "10433", "SSL listening port")
path = flag.String("path", "/", "URL path")
deny = flag.String("deny", "", "Sesitive directories or files to be forbidden when listing path (comma sperated)")
deny = flag.String("deny", "", "Sesitive directory or file patterns to be denied when listing path (comma sperated)")
status = flag.Int("status", 200, "Returned HTTP status code")
cert = flag.String("cert", "cert.pem", "SSL certificate path")
key = flag.String("key", "key.pem", "SSL private Key path")
Expand Down

0 comments on commit aae3627

Please sign in to comment.