diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-30 03:21:01 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-30 03:21:01 +0100 |
commit | fbc1f183934980e5477926baae034274b8277409 (patch) | |
tree | 28935b6d12522329436e2516a39adfd04b69f9c8 | |
parent | 4cad7806ab3f147d88035ab91dc9d0ed840f1965 (diff) | |
download | desktop-tools-fbc1f183934980e5477926baae034274b8277409.tar.gz desktop-tools-fbc1f183934980e5477926baae034274b8277409.tar.xz desktop-tools-fbc1f183934980e5477926baae034274b8277409.zip |
Improve iexec's self-description
-rw-r--r-- | iexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |