summaryrefslogtreecommitdiff
path: root/src/sync.c
diff options
context:
space:
mode:
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 643800b15..13e53f670 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -28,7 +28,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "sync"
-#define WRITTEN_BY _("Written by Jim Meyering.")
+#define AUTHORS "Jim Meyering"
/* The name this program was run with. */
char *program_name;
@@ -65,7 +65,7 @@ main (int argc, char **argv)
atexit (close_stdout);
parse_long_options (argc, argv, PROGRAM_NAME, PACKAGE, VERSION,
- WRITTEN_BY, usage);
+ usage, AUTHORS, NULL);
if (1 < argc)
error (0, 0, _("ignoring all arguments"));