Skip to content

Commit

Permalink
--nidx --fs x should be the same as --fs x --nidx (#912)
Browse files Browse the repository at this point in the history
* Fix multiple on-line-help issues from #907

* build-artifacts for previous commit

* --nidx --fs x should be the same as --fs x --nidx
  • Loading branch information
johnkerl authored Feb 1, 2022
1 parent 03fcfb7 commit 56ef6d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/pkg/cli/option_parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -1086,10 +1086,6 @@ var FileFormatFlagSection = FlagSection{
parser: func(args []string, argc int, pargi *int, options *TOptions) {
options.ReaderOptions.InputFileFormat = "nidx"
options.WriterOptions.OutputFileFormat = "nidx"
options.ReaderOptions.IFS = " "
options.WriterOptions.OFS = " "
options.ReaderOptions.ifsWasSpecified = true
options.WriterOptions.ofsWasSpecified = true
*pargi += 1
},
},
Expand Down

0 comments on commit 56ef6d3

Please sign in to comment.