(main): Likewise.
authorJim Meyering <jim@meyering.net>
Wed, 17 Jan 2001 10:30:25 +0000 (10:30 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Jan 2001 10:30:25 +0000 (10:30 +0000)
src/dd.c

index 580de46eb778d06900034a5224fdff86ed1d434d..2c334a134996096df6c14a576c930644cf2d2f65 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -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.  */