From c741617b829bdc6b42d8e52324965a025f95d5a7 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 21 Jul 2022 10:32:20 +0200 Subject: [PATCH] removed deprecated options from usage instructions #88 --- src/ucto.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ucto.cxx b/src/ucto.cxx index 39a925d..0b0244b 100644 --- a/src/ucto.cxx +++ b/src/ucto.cxx @@ -95,7 +95,6 @@ void usage(){ << "\t-e - set input encoding (default UTF8)" << endl << "\t-N - set output normalization (default NFC)" << endl << "\t--filter=[YES|NO] - Disable filtering of special characters" << endl - << "\t-f - OBSOLETE. use --filter=NO" << endl << "\t-h or --help - this message" << endl << "\t-L - Automatically selects a configuration file by language code." << endl << "\t - Available Languages:" << endl @@ -130,7 +129,6 @@ void usage(){ << "\t-P - Disable paragraph detection" << endl << "\t-Q - Enable quote detection (experimental)" << endl << "\t-V or --version - Show version information" << endl - << "\t-x - Output FoLiA XML, use the specified Document ID (obsolete)" << endl << "\t-F - Input file is in FoLiA XML. All untokenized sentences will be tokenized." << endl << "\t -F is automatically set when inputfile has extension '.xml'" << endl << "\t-X - Output FoLiA XML, use the Document ID specified with --id=" << endl