aboutsummaryrefslogtreecommitdiffstats
path: root/src/sync.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-17 10:28:46 +0000
committerJim Meyering <jim@meyering.net>2001-01-17 10:28:46 +0000
commit59b34eded294182ab4bee5c7e14d3e3898211f27 (patch)
tree2bceea0f293109b9684a7646b156bc3063285410 /src/sync.c
parent(case_GETOPT_VERSION_CHAR): Use PACKAGE, not GNU_PACKAGE. (diff)
downloadcoreutils-59b34eded294182ab4bee5c7e14d3e3898211f27.tar.gz
coreutils-59b34eded294182ab4bee5c7e14d3e3898211f27.zip
(main): Likewise.
Diffstat (limited to 'src/sync.c')
-rw-r--r--src/sync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sync.c b/src/sync.c
index defab6086..1afc5d927 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)