From fbc1f183934980e5477926baae034274b8277409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 30 Dec 2021 03:21:01 +0100 Subject: [PATCH] Improve iexec's self-description --- iexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iexec.c b/iexec.c index cd9dc97..04e8e91 100644 --- a/iexec.c +++ b/iexec.c @@ -102,7 +102,7 @@ main (int argc, char *argv[]) }; struct opt_handler oh = opt_handler_make (argc, argv, opts, - "PROGRAM [ARG...]", "Run a program and restart on file change."); + "PROGRAM [ARG...]", "Run a program and restart it when it changes."); // We have to turn that off as it causes more trouble than what it's worth cstr_set (&oh.opt_string, xstrdup_printf ("+%s", oh.opt_string));