Skip to content

Commit

Permalink
fix cli help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Dec 19, 2020
1 parent 6afa55c commit 9665ef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ func main() {
// TODO Dynamically set the Version
app := &cli.App{
Name: "blockinfile",
Version: "v0.0.5",
Usage: "insert/update/remove a block of multi-line text surrounded by customizable marker lines",
Version: "v0.0.6",
Action: func(c *cli.Context) error {
config := Config{
Backup: backup,
Expand Down

0 comments on commit 9665ef8

Please sign in to comment.