Skip to content

Commit

Permalink
Update description printed with --help (genuinetools#17)
Browse files Browse the repository at this point in the history
* Update description printed with `--help``

Looks like copy pasta from pepper

* Update usage example in README.md
  • Loading branch information
deedubs authored and jessfraz committed Aug 15, 2018
1 parent 414c637 commit 576a307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ go get github.com/genuinetools/bane

```console
$ bane -h
bane - Tool to set all GitHub repo master branches to be protected.
bane - Custom AppArmor profile generator for docker containers

Usage: bane <command>

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
// Create a new cli program.
p := cli.NewProgram()
p.Name = "bane"
p.Description = "Tool to set all GitHub repo master branches to be protected"
p.Description = "Custom AppArmor profile generator for docker containers"

// Set the GitCommit and Version.
p.GitCommit = version.GITCOMMIT
Expand Down

0 comments on commit 576a307

Please sign in to comment.