make gengetopt-2.20 happy
authorAndre Noll <maan@systemlinux.org>
Tue, 3 Jul 2007 18:32:50 +0000 (20:32 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 3 Jul 2007 18:32:50 +0000 (20:32 +0200)
NEWS
grab_client.ggo
write.ggo

diff --git a/NEWS b/NEWS
index c2d75f3988af81bb61afc061a0ebed05661f13f8..fabcc63903b4a30df59d0cb0aaba06590c51964e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ the 0.2.x series if no serious bugs show up after the release.
        - be more carful wrt. signed vs. unsigned argument passing.
        - cleanup error.h and fix some references to invalid error
          codes.
+       - update to gengetopt-2.20
 
 --------------------------------------
 0.2.16 (2007-04-05) "neural discharge"
index ded7ee75758682e1763f581b37eb31654d2e344c..263259dd87ab385a7a105442c2d8116154e9e2aa 100644 (file)
@@ -20,12 +20,10 @@ option "audio_format" a
 option "input_grab" i
        "grab the filter input instead of its output"
        flag off
-       optional
 
 option "one_shot" o
        "stop grabbing if audio file changes"
        flag off
-       optional
 
 option "mode" m
        "select grab mode"
index 02d1a164bb06d031012d86a649dea44f32053abc..1ea8abf29265d9bc6c569f7fbeda5734cd70e972 100644 (file)
--- a/write.ggo
+++ b/write.ggo
@@ -6,7 +6,6 @@ option "list_writers" L
 "print available writers and exit"
 
        flag off
-       optional
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~