Skip to content

Commit

Permalink
Remove extraneous dash from example command line (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
uplime authored Aug 11, 2022
1 parent 72ba1af commit 8de43d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/firewallRule.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
vultr-cli firewall rule create --id=f04ae5aa-ff6a-4078-900d-78cc17dca2d5 --ip-type=v4 --protocol=icmp --size=24 --subnet=127.0.0.0
# Shortened example with aliases
vultr-cli fw r c -i=f04ae5aa-ff6a-4078-900d-78cc17dca2d5 --t=v4 -p=tcp -z=24 -s=127.0.0.0 -r=30000
vultr-cli fw r c -i=f04ae5aa-ff6a-4078-900d-78cc17dca2d5 -t=v4 -p=tcp -z=24 -s=127.0.0.0 -r=30000
`
firewallRuleDeleteLong = `Delete a firewall rule in the provided firewall group`
firewallRuleDeleteExample = `
Expand Down

0 comments on commit 8de43d2

Please sign in to comment.