From: Jim Meyering Date: Wed, 17 Jan 2001 10:28:46 +0000 (+0000) Subject: (main): Likewise. X-Git-Tag: FILEUTILS-4_0_37~25 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=59b34eded294182ab4bee5c7e14d3e3898211f27;p=thirdparty%2Fcoreutils.git (main): Likewise. --- diff --git a/src/sync.c b/src/sync.c index defab60864..1afc5d9276 100644 --- a/src/sync.c +++ b/src/sync.c @@ -1,5 +1,5 @@ /* sync - update the super block - Copyright (C) 1994-2000 Free Software Foundation, Inc. + Copyright (C) 1994-2001 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 @@ -63,7 +63,7 @@ main (int argc, char **argv) atexit (close_stdout); - parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, + parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION, AUTHORS, usage); if (argc != 1)