X Tutup
Skip to content

Commit 516dbac

Browse files
authored
Update anonymize_parallel.sh
1 parent 161965b commit 516dbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anonymize_parallel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ usage(){
2929
fi
3030
cat <<EOF
3131
32-
Splits a big file in to \$PARALLISM parts (defaults to the number of CPU processors) and then runs that man parallel anonymize.py processes on the individual parts before concatenating back in to one big anonymized file
32+
Splits a big file in to \$PARALLELISM parts (defaults to the number of CPU processors) and then runs that man parallel anonymize.py processes on the individual parts before concatenating back in to one big anonymized file
3333
3434
This makes it much, much faster to anonymize large log files for passing to vendors while maintaining the order of evaluation which is important for more specific matching before less specific matching
3535

0 commit comments

Comments
 (0)
X Tutup