which: add -a to help text
function old new delta packed_usage 34075 34079 +4 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
836b79211d
commit
15f7d618ea
@ -17,9 +17,10 @@
|
|||||||
//kbuild:lib-$(CONFIG_WHICH) += which.o
|
//kbuild:lib-$(CONFIG_WHICH) += which.o
|
||||||
|
|
||||||
//usage:#define which_trivial_usage
|
//usage:#define which_trivial_usage
|
||||||
//usage: "COMMAND..."
|
//usage: "[-a] COMMAND..."
|
||||||
//usage:#define which_full_usage "\n\n"
|
//usage:#define which_full_usage "\n\n"
|
||||||
//usage: "Locate COMMAND"
|
//usage: "Locate COMMAND\n"
|
||||||
|
//usage: "\n -a Show all matches"
|
||||||
//usage:
|
//usage:
|
||||||
//usage:#define which_example_usage
|
//usage:#define which_example_usage
|
||||||
//usage: "$ which login\n"
|
//usage: "$ which login\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user