Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oleewere committed May 5, 2019
1 parent 2a10863 commit 9d3b553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func main() {

attachCommand := cli.Command{
Name: "attach",
Usage: "Attach a profile to an CM server entry",
Usage: "Attach a profile to a CM server entry",
Action: func(c *cli.Context) error {
args := c.Args()
if len(args) == 0 {
Expand Down

0 comments on commit 9d3b553

Please sign in to comment.