Unrealted, mistakenly added.
[libidn.git] / idn.ggo.in
blob5880ba25102650ecfd12b1dce2e62dc81fc8ede1
1 # Copyright (C) 2003 Simon Josefsson.
3 # This file is part of GNU Libidn.
5 # GNU Libidn is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as
7 # published by the Free Software Foundation; either version 2.1 of
8 # the License, or (at your option) any later version.
10 # GNU Libidn is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU Lesser General Public License for more details.
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with GNU Libidn; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19 package "idn"
20 version "(@PACKAGE@) @VERSION@"
22 purpose "Command line interface to the internationalized domain name library.
24 Valid stringprep profiles are 'generic', 'Nameprep', 'KRBprep', 'Nodeprep',
25 'Resourceprep', 'plain', 'SASLprep', and 'ISCSIprep'."
27 option "stringprep" s "Prepare string according to nameprep profile" no
28 option "punycode-decode" d "Decode Punycode" no
29 option "punycode-encode" e "Encode Punycode" no
30 option "idna-to-ascii"   a "Convert to ACE according to IDNA" no
31 option "idna-to-unicode" u "Convert from ACE according to IDNA" no
32 option "allow-unassigned" - "Toggle IDNA AllowUnassigned flag" flag off
33 option "usestd3asciirules" - "Toggle IDNA UseSTD3ASCIIRules flag" flag off
34 option "profile" p "Use specified stringprep profile instead" string no
35 option "debug" - "Print debugging information" flag off
36 option "quiet" - "Don't print the welcome greeting" flag off