Skip to content

Commit

Permalink
Bump to version 1.0.3 with better working for verbose command line fl…
Browse files Browse the repository at this point in the history
…ag in documentation
  • Loading branch information
nzlosh committed Jun 17, 2019
1 parent 24530dc commit 38ae6fb
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 @@ -14,7 +14,7 @@ that threshold and host the full set of allowed IP addresses at the SPF owners d
| Name | Data type | Description |
| ---| --- | --- |
| `dryrun` | flag | Run without making changes to the DNS backend. |
| `verbose` | flag | Increase actions logged by spf_packer. |
| `verbose` | flag | Increase verbosity of actions performed by spf_packer. |
| `help` | flag | Command line help. |
| `config` | argument | The filename of the YAML configuration file used by spf_packer. |

Expand Down
2 changes: 1 addition & 1 deletion spf_packer.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ type Version struct {
}

func main() {
version := Version{1, 0, 0}
version := Version{1, 0, 3}
if len(os.Args) < 2 {
usage(os.Args[0], version)
os.Exit(1)
Expand Down

0 comments on commit 38ae6fb

Please sign in to comment.