diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-17 10:30:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-17 10:30:25 +0000 |
commit | fcdbd9ff157b20752020dff678e00d8f0c854cfe (patch) | |
tree | fbec8e4ec1023f2e7679863bdc6dad723032016e /src | |
parent | 108694f32a64de23cd49bb338cd450916e61febb (diff) | |
download | coreutils-fcdbd9ff157b20752020dff678e00d8f0c854cfe.tar.xz |
(main): Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/dd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* dd -- convert a file while copying it. - Copyright (C) 85, 90, 91, 1995-2000 Free Software Foundation, Inc. + Copyright (C) 85, 90, 91, 1995-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 @@ -1111,7 +1111,7 @@ main (int argc, char **argv) /* Arrange to close stdout if parse_long_options exits. */ atexit (close_stdout_wrapper); - parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, + parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION, AUTHORS, usage); /* Don't close stdout on exit from here on. */ |