diff options
-rw-r--r-- | src/true.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/true.c b/src/true.c index 65e7f524d..c92700e03 100644 --- a/src/true.c +++ b/src/true.c @@ -63,7 +63,7 @@ main (int argc, char **argv) usage (EXIT_SUCCESS); if (STREQ (argv[1], "--version")) - version_etc (stdout, PROGRAM_NAME, GNU_PACKAGE, VERSION, AUTHORS); + version_etc (stdout, PROGRAM_NAME, GNU_PACKAGE, VERSION, AUTHORS, NULL); } exit (EXIT_SUCCESS); |