Skip to content

Commit 50797ab

Browse files
committed
Quick Save
1 parent ca3223e commit 50797ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/csvjoin/csvjoin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func init() {
177177
flag.StringVar(&stopWordsOption, "stop-words", "", "a column delimited list of stop words to ingnore when matching")
178178
flag.BoolVar(&allowDuplicates, "allow-duplicates", true, "allow duplicates when searching for matches")
179179
flag.BoolVar(&trimSpaces, "trim-spaces", false, "trim spaces around cell values before comparing")
180-
flag.BoolVar(&asInMemory, "in-memory", false, "if set to true it will read both CSV files into memory which can speed update processing")
180+
flag.BoolVar(&asInMemory, "in-memory", false, "if true read both CSV files")
181181
}
182182

183183
func main() {

0 commit comments

Comments
 (0)