diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-25 20:55:31 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-25 20:55:31 +0200 |
commit | 25f58cd9b5a704796cb7d64163cc4c88f66f0941 (patch) | |
tree | 5b4b61606b2ae7030767236ac07fb416a29c0bb8 | |
parent | 7063558a6e4698e59f83b5e9d31b40ab3aec713d (diff) | |
download | nq-25f58cd9b5a704796cb7d64163cc4c88f66f0941.tar.gz nq-25f58cd9b5a704796cb7d64163cc4c88f66f0941.tar.xz nq-25f58cd9b5a704796cb7d64163cc4c88f66f0941.zip |
README: typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b793bd7..6ef49fb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ into the log file. currently running job has +x bit set. Thus you can use `ls -F` to get a quick overview of the state of your queue. -The "file extension" of the log file is the actually PID, so you can +The "file extension" of the log file is actually the PID, so you can kill jobs easily. Before the job is started, it is the PID of `nq`, so you can cancel a queued job by killing it as well. |