From a2f18d950a1a94e22fec78ee2d57f5cd3542551a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Dec 2020 04:12:51 +0100 Subject: help text tweaks function old new delta packed_usage 33570 33502 -68 Signed-off-by: Denys Vlasenko --- coreutils/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/timeout.c') diff --git a/coreutils/timeout.c b/coreutils/timeout.c index 2a628b71d..8485e1e7d 100644 --- a/coreutils/timeout.c +++ b/coreutils/timeout.c @@ -41,7 +41,7 @@ //usage:#define timeout_trivial_usage //usage: "[-s SIG] SECS PROG ARGS" //usage:#define timeout_full_usage "\n\n" -//usage: "Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" +//usage: "Run PROG. Send SIG to it if it is not gone in SECS seconds.\n" //usage: "Default SIG: TERM." #include "libbb.h" -- cgit v1.2.3