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)
break;
#endif
default:
- usage(sort_usage);
+ show_usage();
}
}