aboutsummaryrefslogtreecommitdiff
path: root/debianutils/which.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debianutils/which.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/debianutils/which.c b/debianutils/which.c
index 0cf786803..6e92901bc 100644
--- a/debianutils/which.c
+++ b/debianutils/which.c
@@ -10,6 +10,15 @@
10 * Based on which from debianutils 10 * Based on which from debianutils
11 */ 11 */
12 12
13//usage:#define which_trivial_usage
14//usage: "[COMMAND]..."
15//usage:#define which_full_usage "\n\n"
16//usage: "Locate a COMMAND"
17//usage:
18//usage:#define which_example_usage
19//usage: "$ which login\n"
20//usage: "/bin/login\n"
21
13#include "libbb.h" 22#include "libbb.h"
14 23
15int which_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 24int which_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;