diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-11-19 13:57:26 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-11-19 13:57:26 +0100 |
commit | a21f01f61ea259037ba38bc5abfea684e0392865 (patch) | |
tree | f4d39a195e445b9c144c8a885fed2126dc44713e | |
parent | 4986f27c25ac3d6b20df78f6b137a0b3839dbe3f (diff) | |
download | reap-a21f01f61ea259037ba38bc5abfea684e0392865.tar.gz reap-a21f01f61ea259037ba38bc5abfea684e0392865.tar.xz reap-a21f01f61ea259037ba38bc5abfea684e0392865.zip |
fix usage
-rw-r--r-- | reap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reap.c b/reap.c index 3700a29..7e767e7 100644 --- a/reap.c +++ b/reap.c @@ -96,7 +96,7 @@ main(int argc, char *argv[]) { fprintf(stderr, "Usage: %s [-vwx] COMMAND...\n" "\t-v\tverbose\n" -"\t-w\twait for main command to finish (default: start reaping)\n" +"\t-w\twait for all spaned processes to finish (default: start reaping)\n" "\t-x\tforbid execution of binaries we cannot kill\n", argv[0]); exit(1); |