Skip to content

Commit

Permalink
Incorporate PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
kdunn926 authored and aswinkarthik committed Jan 10, 2020
1 parent e123dac commit 3003da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func init() {
rootCmd.Flags().StringVarP(&separator, "separator", "s", ",", "use specific separator (\\t, or any one character string)")

rootCmd.Flags().BoolVarP(&timed, "time", "", false, "Measure time")
rootCmd.Flags().BoolVarP(&lazyQuotes, "lazyquotes", "", false, "allow unescaped quotes")
rootCmd.Flags().BoolVar(&lazyQuotes, "lazyquotes", false, "allow unescaped quotes")
}

func timeTrack(start time.Time, name string) {
Expand Down

0 comments on commit 3003da0

Please sign in to comment.