diff options
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index 36f29de44..92f399e14 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c @@ -170,7 +170,7 @@ extern int tr_main(int argc, char **argv) sq_fl = TRUE; break; default: - usage(tr_usage); + show_usage(); } } index++; |