diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-10 18:28:34 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-10 18:28:34 +0100 |
commit | 62fa4b76ca42692c8ccdf8a0dd9b1c03b2be66a4 (patch) | |
tree | d5eca70c50d0de35fbb6069d2efe06146e72e698 | |
parent | 7359ba77d41b840cc29483636f3ae0d627f4cede (diff) | |
download | fuzzycat-62fa4b76ca42692c8ccdf8a0dd9b1c03b2be66a4.tar.gz fuzzycat-62fa4b76ca42692c8ccdf8a0dd9b1c03b2be66a4.zip |
add tss option
-rw-r--r-- | fuzzycat/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzycat/main.py b/fuzzycat/main.py index 3741df4..d2cdf4d 100644 --- a/fuzzycat/main.py +++ b/fuzzycat/main.py @@ -85,7 +85,7 @@ if __name__ == '__main__': sub_cluster.add_argument('-t', '--type', default='title', - help='cluster algorithm: title, tnorm, tnysi') + help='cluster algorithm: title, tnorm, tnysi, tss') sub_verify = subparsers.add_parser('verify', help='verify groups', parents=[parser]) sub_verify.set_defaults(func=run_verify) |