summaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/true.c')
-rw-r--r--src/true.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/true.c b/src/true.c
index 230cd79a8..c4a42dbcf 100644
--- a/src/true.c
+++ b/src/true.c
@@ -21,10 +21,10 @@ Exit with a status code indicating success.\n\
\n\
These option names may not be abbreviated.\n\
\n\
- --help display this help and exit\n\
- --version output version information and exit\n\
-")
- , program_name, program_name);
+"),
+ program_name, program_name);
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
exit (status);
}