X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flong-options.c;h=450947d8b3afd70e906b14da687079808057a713;hb=96f023c5e537dd4afbdb294de7065f65effe3eb2;hp=d28d69fa6327f1d4786be007257912f4474e6653;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/long-options.c b/lib/long-options.c index d28d69fa6..450947d8b 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -1,6 +1,6 @@ /* Utility to accept --help and --version options as unobtrusively as possible. - Copyright (C) 1993-1994, 1998-2000, 2002-2006, 2009-2010 Free Software + Copyright (C) 1993-1994, 1998-2000, 2002-2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -38,7 +38,7 @@ static struct option const long_options[] = }; /* Process long options --help and --version, but only if argc == 2. - Be careful not to gobble up `--'. */ + Be careful not to gobble up "--". */ void parse_long_options (int argc,