diff options
Diffstat (limited to 'coreutils/head.c')
-rw-r--r-- | coreutils/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/head.c b/coreutils/head.c index 7d87f32cb..a2d774437 100644 --- a/coreutils/head.c +++ b/coreutils/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 | ||