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