Skip to content

Commit

Permalink
#6 Add "public" into the description output
Browse files Browse the repository at this point in the history
  • Loading branch information
zshamrock committed Mar 2, 2021
1 parent b8abd80 commit 9da2a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ address or user works frequently from different locations with different IP addr

```
NAME:
aws-ip - Sync/set AWS security group entry (by description) with current user's local IP address
aws-ip - Sync/set AWS security group entry (by description) with current user's local public IP address
USAGE:
aws-ip
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
func main() {
app := cli.NewApp()
app.Name = appName
app.Usage = `Sync/set AWS security group entry (by description) with current user's local IP address`
app.Usage = `Sync/set AWS security group entry (by description) with current user's local public IP address`
app.Version = version
app.Author = "(c) Aliaksandr Kazlou"
app.Metadata = map[string]interface{}{"GitHub": "https://github.com/zshamrock/aws-ip"}
Expand Down

0 comments on commit 9da2a47

Please sign in to comment.