chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fc170a3
)
Fix changed options in parser table.
author
mdw
<mdw>
Thu, 23 Mar 2000 23:19:19 +0000
(23:19 +0000)
committer
mdw
<mdw>
Thu, 23 Mar 2000 23:19:19 +0000
(23:19 +0000)
fw.c
patch
|
blob
|
blame
|
history
diff --git
a/fw.c
b/fw.c
index 68871a61d13baaf96da599c20925d4e6c3b212b8..8665b437e5e06df0a909f2dedecff609da619bda 100644
(file)
--- a/
fw.c
+++ b/
fw.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-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
*
*
* Port forwarding thingy
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: fw.c,v $
/*----- 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.
* 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 --- */
/* --- Other help options --- */
- { "grammar", 0, 0, '
g
' },
- { "options", 0, 0, '
o
' },
+ { "grammar", 0, 0, '
G
' },
+ { "options", 0, 0, '
O
' },
/* --- Other useful arguments --- */
/* --- Other useful arguments --- */