From 101d1203c667ec3ab54a026dde43117563d4e944 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 7 Jan 2012 16:54:26 +0100 Subject: maint: use new emit_try_help in place of equivalent fprintf Run this command: perl -0777 -pi -e \ 's/fprintf \(stderr, _\("Try `%s --help.*\n.*;/emit_try_help ();/m'\ src/*.c --- src/chown.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/chown.c') diff --git a/src/chown.c b/src/chown.c index 9e936a4d2..2f23b33cc 100644 --- a/src/chown.c +++ b/src/chown.c @@ -73,8 +73,7 @@ void usage (int status) { if (status != EXIT_SUCCESS) - fprintf (stderr, _("Try `%s --help' for more information.\n"), - program_name); + emit_try_help (); else { printf (_("\ -- cgit v1.2.3-54-g00ecf