From: girst Date: Thu, 27 Jul 2017 23:56:00 +0000 (+0200) Subject: in program help text X-Git-Url: https://git.gir.st/forkaftergrep.git/commitdiff_plain/329d96050ae46f6f3ccccbf879289636ce01e887 in program help text --- diff --git a/fag.c b/fag.c index 92b4fe1..80f5c2a 100644 --- a/fag.c +++ b/fag.c @@ -41,7 +41,8 @@ int main (int argc, char** argv) { "Options:\n" "\t-t N\ttimeout after N seconds\n" "\t-k [M]\tsend signal M to child after timeout (default: 15/SIGTERM)\n" - "\t-e\tgrep on stderr instead of stdout\n", argv[0]); + "\t-e\tgrep on stderr instead of stdout\n" + "\t-V\tbe verbose; print PROGRAM's stdout/stderr to stderr\n", argv[0]); return EX_OK; case 'v': fprintf (stderr, VERTEXT);