Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWnuk committed Sep 22, 2024
1 parent 71fe463 commit 2c006fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ func main() {
fmt.Fprintf(os.Stderr, "Options:\n")
fmt.Fprintf(os.Stderr, "These modify or filter the transformation mode.\n\n")
flag.PrintDefaults()
fmt.Fprintf(os.Stderr, "-------------------------------------------------------------------------------------------------------------")
fmt.Fprintln(os.Stderr, "\nTransformation Modes:")
fmt.Fprintf(os.Stderr, "-------------------------------------------------------------------------------------------------------------\n")
fmt.Fprintf(os.Stderr, "Transformation Modes:\n")
fmt.Fprintf(os.Stderr, "These create or alter based on the selected mode.\n\n")
modes := map[string]string{
"rule-append": "Transforms input by creating append rules.",
Expand Down

0 comments on commit 2c006fe

Please sign in to comment.