From 55243aba7ac9aa4fb6f9490abe796b79fe6ff9c2 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 16 Dec 2021 15:26:46 +0000 Subject: [PATCH] fix typo in --help output --- jobflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobflow.c b/jobflow.c index 0498dcd..db75fce 100644 --- a/jobflow.c +++ b/jobflow.c @@ -362,7 +362,7 @@ static int syntax(void) { dprintf(2, "jobflow " VERSION " (C) rofl0r\n" "------------------------\n" - "this program is intended to be used as a recipient of another programs output\n" + "this program is intended to be used as a recipient of another programs output.\n" "it launches processes to which the current line can be passed as an argument\n" "using {} for substitution (as in find -exec).\n" "if no substitution argument ({} or {.}) is provided, input is piped into\n" -- 2.11.4.GIT