aboutsummaryrefslogtreecommitdiff
path: root/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'tail.c')
-rw-r--r--tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tail.c b/tail.c
index d45b29c4c..a3b8f6d23 100644
--- a/tail.c
+++ b/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