aboutsummaryrefslogtreecommitdiff
path: root/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'head.c')
-rw-r--r--head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/head.c b/head.c
index 7d87f32cb..a2d774437 100644
--- a/head.c
+++ b/head.c
@@ -57,7 +57,7 @@ int head_main(int argc, char **argv)
57 break; 57 break;
58 /* fallthrough */ 58 /* fallthrough */
59 default: 59 default:
60 usage(head_usage); 60 show_usage();
61 } 61 }
62 } 62 }
63 63