From: mdw Date: Thu, 23 Mar 2000 23:19:19 +0000 (+0000) Subject: Fix changed options in parser table. X-Git-Tag: 1.2.4~2 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/1e8a64e8b6b6e4676c53f76fd771cf361a5e3eda Fix changed options in parser table. --- diff --git a/fw.c b/fw.c index 68871a6..8665b43 100644 --- a/fw.c +++ b/fw.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: fw.c,v 1.7 2000/03/23 00:37:33 mdw Exp $ + * $Id: fw.c,v 1.8 2000/03/23 23:19:19 mdw Exp $ * * Port forwarding thingy * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: fw.c,v $ + * Revision 1.8 2000/03/23 23:19:19 mdw + * Fix changed options in parser table. + * * Revision 1.7 2000/03/23 00:37:33 mdw * Add option to change user and group after initialization. Naughtily * reassign short equivalents of --grammar and --options. @@ -405,8 +408,8 @@ int main(int argc, char *argv[]) /* --- Other help options --- */ - { "grammar", 0, 0, 'g' }, - { "options", 0, 0, 'o' }, + { "grammar", 0, 0, 'G' }, + { "options", 0, 0, 'O' }, /* --- Other useful arguments --- */