Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathants committed May 29, 2024
1 parent 34c6654 commit 9aee7fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/ec2/reboot.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ec2RebootArgs struct {
}

func (ec2RebootArgs) Description() string {
return "\ndelete an ami\n"
return "\nreboot an instance\n"
}

func ec2Reboot() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/ec2/rm.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ec2RmArgs struct {
}

func (ec2RmArgs) Description() string {
return "\ndelete an ami\n"
return "\ndelete an instance\n"
}

func ec2Rm() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/ec2/stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ec2StopArgs struct {
}

func (ec2StopArgs) Description() string {
return "\ndelete an ami\n"
return "\nstop an instance\n"
}

func ec2Stop() {
Expand Down

0 comments on commit 9aee7fd

Please sign in to comment.