Skip to content

Commit

Permalink
Fix typos in a couple of help texts
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Apr 20, 2022
1 parent 1ffb79e commit 0fa1cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/admins.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func updateAdministrators(sess *session.Session, stack *stacks.AccountStack, nam
// accessCmd represents the access command
var adminsCmd = &cobra.Command{
Use: "admins",
Short: "list the administrators for an accouunt",
Short: "list the administrators for an account",
Long: "*Requires admin permissions.*",
Args: cobra.NoArgs,
DisableFlagsInUseLine: true,
Expand Down
2 changes: 1 addition & 1 deletion cmd/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func printEvent(event *ecs.ServiceEvent) {
// eventsCmd represents the events command
var eventsCmd = &cobra.Command{
Use: "events <service>",
Short: "Show recent events for the given service",
Short: "show recent events for the given service",
Example: "apppack -a my-app events web",
Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 0fa1cff

Please sign in to comment.