aboutsummaryrefslogtreecommitdiff
path: root/which.c
diff options
context:
space:
mode:
Diffstat (limited to 'which.c')
-rw-r--r--which.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/which.c b/which.c
index 981a8acf5..1908db30a 100644
--- a/which.c
+++ b/which.c
@@ -33,7 +33,7 @@ extern int which_main(int argc, char **argv)
33 int i, count=1, found, status = EXIT_SUCCESS; 33 int i, count=1, found, status = EXIT_SUCCESS;
34 34
35 if (argc <= 1 || **(argv + 1) == '-') 35 if (argc <= 1 || **(argv + 1) == '-')
36 usage(which_usage); 36 show_usage();
37 argc--; 37 argc--;
38 38
39 path_list = getenv("PATH"); 39 path_list = getenv("PATH");