summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 23:47:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 23:47:44 +0000
commitd3d38e951ba2cdefdcb34f36ec145cf7e2a81ae8 (patch)
tree76b599bc96bd6d3fb3968d3dfb5be6f8dac29c4d /module
parentaf8e8e3c0a0fbf632e8ec2b64b57307a39ce8da8 (diff)
downloadiconv-d3d38e951ba2cdefdcb34f36ec145cf7e2a81ae8.tar.gz
iconv-d3d38e951ba2cdefdcb34f36ec145cf7e2a81ae8.tar.bz2
Drop -s option. There's no point implementing it.
svn path=/trunk/iconv/; revision=5749
Diffstat (limited to 'module')
-rw-r--r--module/header.cmhg2
1 files changed, 1 insertions, 1 deletions
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> encoding of original text\n -t <encoding> 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 <file> 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> encoding of original text\n -t <encoding> 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 <file> 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")