From c21cecaea84fb2d86a2873d23eb8e6d92a0bdd65 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 Apr 1999 05:26:48 +0000 Subject: Use AUTHORS in place of string in parse_long_options call. --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index 61c3d924a..3280dd516 100644 --- a/src/od.c +++ b/src/od.c @@ -1599,7 +1599,7 @@ main (int argc, char **argv) textdomain (PACKAGE); parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, - "Jim Meyering", usage); + AUTHORS, usage); err = 0; -- cgit v1.2.3-54-g00ecf