diff options
Diffstat (limited to 'head.c')
-rw-r--r-- | head.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||