Skip to content

Commit

Permalink
resource/cmd: Fix some more Purpose strings
Browse files Browse the repository at this point in the history
These were missed because they were for a "juju charm" subcommand.
  • Loading branch information
Menno Smits committed Mar 20, 2017
1 parent 9e80e3d commit f21112c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resource/cmd/list_charm_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (c *ListCharmResourcesCommand) Info() *cmd.Info {
return &cmd.Info{
Name: "resources",
Args: "<charm>",
Purpose: "display the resources for a charm in the charm store",
Purpose: "Display the resources for a charm in the charm store.",
Doc: listCharmResourcesDoc,
Aliases: []string{"list-resources"},
}
Expand Down
2 changes: 1 addition & 1 deletion resource/cmd/list_charm_resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (s *ListCharmSuite) TestInfo(c *gc.C) {
c.Check(info, jc.DeepEquals, &jujucmd.Info{
Name: "resources",
Args: "<charm>",
Purpose: "display the resources for a charm in the charm store",
Purpose: "Display the resources for a charm in the charm store.",
Doc: `
This command will report the resources for a charm in the charm store.
Expand Down

0 comments on commit f21112c

Please sign in to comment.