diff options
| author | Jim Meyering <meyering@redhat.com> | 2012-01-07 16:54:26 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2012-01-07 16:54:26 +0100 |
| commit | 101d1203c667ec3ab54a026dde43117563d4e944 (patch) | |
| tree | b2391c4041f3122458342b77ba55f5f766ab67e5 /src/expr.c | |
| parent | maint: factor out all `Try --help'-emitting statements (diff) | |
| download | coreutils-101d1203c667ec3ab54a026dde43117563d4e944.tar.gz coreutils-101d1203c667ec3ab54a026dde43117563d4e944.zip | |
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
Diffstat (limited to 'src/expr.c')
| -rw-r--r-- | src/expr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/expr.c b/src/expr.c index 9502ab30f..f17d7360d 100644 --- a/src/expr.c +++ b/src/expr.c @@ -197,8 +197,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 (_("\ |
