about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6acf859..364477c 100644
--- a/README.md
+++ b/README.md
@@ -53,10 +53,7 @@ lock files produced, so you should clean them regularly.
 
 ## nq helpers
 
-Two helper scripts are provided:
-
-`tq` wraps `nq` and displays the output in a new tmux window (it needs
-`tmux` and GNU `tail`).
+Two helper programs are provided:
 
 `fq` outputs the log of the currently running jobs, exiting when the
 jobs are done.  If no job is running, the output of the last job is
@@ -65,6 +62,8 @@ line per job.  `fq` uses `inotify` on Linux and falls back to polling
 for size change else.  `fq.sh` is a similar tool, not quite as robust,
 implemented as shell-script calling `tail`.
 
+`tq` wraps `nq` and displays the `fq` output in a new tmux window.
+
 (A pure shell implementation of `nq` is provided as `nq.sh`.  It needs
 `flock` from util-linux, and only has a timer resolution of 1s.
 Lock files from `nq` and `nq.sh` should not be mixed.)