Oops, w requires an argument. - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 49891375b70c8745cf5dcd81b9bca6dff5e5816a
 (DIR) parent c09b925450a5d3e26c8e63f4af79f7c666a12ebc
 (HTM) Author: Tim Retout <diocles@gnu.org>
       Date:   Sun, 10 Jul 2011 00:31:34 +0100
       
       Oops, w requires an argument.
       
       Signed-off-by: Tim Retout <diocles@gnu.org>
       
       Diffstat:
         M src/main.c                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/main.c b/src/main.c
       @@ -2001,7 +2001,7 @@ handle_options (int argc, char *argv[])
              int i;
        
              c = getopt_long (argc, argv,
       -                       "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVwW:X:zZ",
       +                       "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVw:W:X:zZ",
                               long_options, &option_index);
        
              if (c == -1)