Skip to content

Commit

Permalink
updated man page and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Mar 1, 2023
1 parent 35adff2 commit b0dc69b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ ticcltools 0.9 2023-02-28
[Ko van der Sloot]
* LDcalc:
- No longer filter out n-grams with common parts. Was too aggressive
- Removed some outcommented old code
- Removed some more outcommented old code
* chainclean: added a --caseless option. (Default is true)
* Removed Roaring versions of the code. Lacked maintenance for years.
* internally shifting towards UnicodeString in general
* a lot of C++ cleanup, with some refactoring
* a lot of C++ cleanup, with some refactoring, splitting up long blobs of code

{Maarten van Gompel]
[Maarten van Gompel]
* Updated README
* added Docker stuff

Expand Down
8 changes: 7 additions & 1 deletion docs/TICCL-chainclean.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH TICCL\-chainclean 1 "2020 mar 09"
.TH TICCL\-chainclean 1 "2023 mar 01"

.SH NAME
TICCL\-chainclean \- Clean up a chained file
Expand Down Expand Up @@ -41,6 +41,12 @@ add
at the back
.RE

.B \-\-caseless
value
.RS
Compare all strings caseless. The default is to do so.
.RE

.B \-V
or
.B \-\-version
Expand Down

0 comments on commit b0dc69b

Please sign in to comment.