move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
fa9126e689
commit
6a3e01d5a9
@ -10,6 +10,15 @@
|
||||
* Based on which from debianutils
|
||||
*/
|
||||
|
||||
//usage:#define which_trivial_usage
|
||||
//usage: "[COMMAND]..."
|
||||
//usage:#define which_full_usage "\n\n"
|
||||
//usage: "Locate a COMMAND"
|
||||
//usage:
|
||||
//usage:#define which_example_usage
|
||||
//usage: "$ which login\n"
|
||||
//usage: "/bin/login\n"
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
int which_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
|
||||
|
Reference in New Issue
Block a user