X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Flong-options.c;h=723cad5d67225e56f1b22fc8621f2a241f09985a;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=0b86276fc5518a77c147de5f41796289f444cbb3;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/long-options.c b/lib/long-options.c index 0b86276fc..723cad5d6 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-2011 Free Software + 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 @@ -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,