diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-18 04:12:51 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-18 04:12:51 +0100 |
commit | a2f18d950a1a94e22fec78ee2d57f5cd3542551a (patch) | |
tree | 0e2540425675187e037e09cd0bf59c1740e91b49 /debianutils | |
parent | 15733cb48e570716cad6ece2d752507ecd767131 (diff) |
help text tweaks
function old new delta
packed_usage 33570 33502 -68
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/which.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debianutils/which.c b/debianutils/which.c index 98876521f..b9f1b92fd 100644 --- a/debianutils/which.c +++ b/debianutils/which.c @@ -17,9 +17,9 @@ //kbuild:lib-$(CONFIG_WHICH) += which.o //usage:#define which_trivial_usage -//usage: "[COMMAND]..." +//usage: "COMMAND..." //usage:#define which_full_usage "\n\n" -//usage: "Locate a COMMAND" +//usage: "Locate COMMAND" //usage: //usage:#define which_example_usage //usage: "$ which login\n" |