about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-25 14:56:18 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-25 14:56:18 +0200
commit7063558a6e4698e59f83b5e9d31b40ab3aec713d (patch)
tree57a016ebc1c61bd401d5a3786404805360022fa2 /README.md
parent4eb2c736f048fbecd1e6ef6865ec8447bfed9c73 (diff)
downloadnq-7063558a6e4698e59f83b5e9d31b40ab3aec713d.tar.gz
nq-7063558a6e4698e59f83b5e9d31b40ab3aec713d.tar.xz
nq-7063558a6e4698e59f83b5e9d31b40ab3aec713d.zip
nq: add quiet flag -q.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index cc5fa41..b793bd7 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,9 @@ Enforcing job order works like this:
 - the lock is released by the kernel after the job terminates
 
 You enqueue (get it?) new jobs using `nq CMDLINE...`.  The job id is
-output and `nq` detaches immediately, running the job in the background.
-STDOUT and STDERR are redirected into the log file.
+output (unless suppressed using `-q`) and `nq` detaches immediately,
+running the job in the background.  STDOUT and STDERR are redirected
+into the log file.
 
 `nq` tries hard (but does not guarantee) to ensure the log file of the
 currently running job has +x bit set.  Thus you can use `ls -F` to get