X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flong-options.c;h=723cad5d67225e56f1b22fc8621f2a241f09985a;hb=8866a241ddbf4a459347b7147e325f539e4c07fe;hp=f4217a8bcbcf9fd24f83b31fda9d16f36fe83583;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/long-options.c b/lib/long-options.c index f4217a8bc..723cad5d6 100644 --- a/lib/long-options.c +++ b/lib/long-options.c @@ -1,7 +1,7 @@ /* Utility to accept --help and --version options as unobtrusively as possible. - Copyright (C) 1993, 1994, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + Copyright (C) 1993-1994, 1998-2000, 2002-2006, 2009-2013 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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,