Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #77 from caarlos0/help-improvements
Browse files Browse the repository at this point in the history
improved bundle help
  • Loading branch information
caarlos0 committed Oct 13, 2015
2 parents 6b3dd27 + 0d75c8d commit d40ece5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/antibody/command/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import (
"github.com/codegangsta/cli"
)

// Bundle downloads (if needed) and then sources a given repo
var Bundle = cli.Command{
Name: "bundle",
Usage: "bundle one or more bundles",
Usage: "downloads (if needed) and then sources a given repo",
Action: doBundle,
}

Expand Down

0 comments on commit d40ece5

Please sign in to comment.