Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsteele committed Feb 3, 2016
1 parent 9f52fe3 commit fe7e2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
version = "2.0.1"
version = "2.1.0"
tool = "drone-blacksheepwall"
usage = `
Parses a blacksheepwall JSON file into a lair project.
Expand All @@ -29,7 +29,7 @@ Options:
-h show usage and exit
-k allow insecure SSL connections
-force-hosts import all hosts into Lair, default behaviour is to only import
data for hostnames for hosts that already exist in a project
hostnames for hosts that already exist in a project
-force-ports disable data protection in the API server for excessive ports
-tags a comma separated list of tags to add to every host that is imported
`
Expand Down

0 comments on commit fe7e2b5

Please sign in to comment.