aboutsummaryrefslogtreecommitdiff
path: root/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'sort.c')
-rw-r--r--sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sort.c b/sort.c
index 2aef2d955..4984f5dfe 100644
--- a/sort.c
+++ b/sort.c
@@ -56,7 +56,7 @@ int sort_main(int argc, char **argv)
56 break; 56 break;
57#endif 57#endif
58 default: 58 default:
59 usage(sort_usage); 59 show_usage();
60 } 60 }
61 } 61 }
62 62