From d3d38e951ba2cdefdcb34f36ec145cf7e2a81ae8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 19 Nov 2008 23:47:44 +0000 Subject: Drop -s option. There's no point implementing it. svn path=/trunk/iconv/; revision=5749 --- module/header.cmhg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/header.cmhg b/module/header.cmhg index b7386ee..70bb2e1 100644 --- a/module/header.cmhg +++ b/module/header.cmhg @@ -15,7 +15,7 @@ swi-decoding-table: Iconv, Open, Iconv, Close, Convert, CreateMenu, DecodeMenu command-keyword-table: command_handler Iconv(min-args: 0, max-args: 255, invalid-syntax: "Syntax: *Iconv [OPTION...] [FILE...]", - help-text: "*Iconv converts the given files from one encoding to another.\n\n Input/Output format specification:\n -f encoding of original text\n -t encoding for output\n\n Information:\n -l list all known coded character sets\n\n Output control:\n -c omit invalid characters from output\n -o output file\n -s suppress warnings\n -v print progress information\n"), + help-text: "*Iconv converts the given files from one encoding to another.\n\n Input/Output format specification:\n -f encoding of original text\n -t encoding for output\n\n Information:\n -l list all known coded character sets\n\n Output control:\n -c omit invalid characters from output\n -o output file\n -v print progress information\n"), ReadAliases(min-args: 0, max-args: 0, invalid-syntax: "Syntax: *ReadAliases", help-text: "*ReadAliases rereads the encoding aliases file.\n") -- cgit v1.2.3