X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fgetopt1.c;h=043839a0fea56e9e4bcc9faf283f7c964762550e;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=c7fe745dbb48e89b02b566a69bd890027f341fce;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/gnu/getopt1.c b/gnu/getopt1.c index c7fe745d..043839a0 100644 --- a/gnu/getopt1.c +++ b/gnu/getopt1.c @@ -1,7 +1,7 @@ /* -*- buffer-read-only: t -*- vi: set ro: */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* getopt_long and getopt_long_only entry points for GNU getopt. - Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2011 Free Software + Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -143,11 +143,11 @@ main (int argc, char **argv) break; case 'c': - printf ("option c with value `%s'\n", optarg); + printf ("option c with value '%s'\n", optarg); break; case 'd': - printf ("option d with value `%s'\n", optarg); + printf ("option d with value '%s'\n", optarg); break; case '?':