diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index deadbe6..6acf859 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,9 @@ Two helper scripts 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 -shown. `fq` uses `inotify` on Linux and falls back to polling for -size change else. `fq.sh` is a similar tool, not quite as robust, +shown. `fq -a` shows the output of all jobs, `fq -q` only shows one +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`. (A pure shell implementation of `nq` is provided as `nq.sh`. It needs |