diff options
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r-- | coreutils/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index d45b29c4c..a3b8f6d23 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c | |||
@@ -103,7 +103,7 @@ int tail_main(int argc, char **argv) | |||
103 | break; | 103 | break; |
104 | #endif | 104 | #endif |
105 | default: | 105 | default: |
106 | usage(tail_usage); | 106 | show_usage(); |
107 | } | 107 | } |
108 | } | 108 | } |
109 | 109 | ||