diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-31 22:50:12 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-07-31 22:50:12 +0200 |
commit | a3262c7d7d442b2b8af458cf00d1086917d5f65d (patch) | |
tree | d9eb712f51cf5e23596f3b52269c6c2d98006d4b /sfeed_update | |
parent | 0a4281c4599bc46a321f34fc7c5e6695c713c56e (diff) |
improve documentation
Diffstat (limited to 'sfeed_update')
-rwxr-xr-x | sfeed_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update index 7ce2d69..ed5f2e4 100755 --- a/sfeed_update +++ b/sfeed_update @@ -114,7 +114,7 @@ trap -- "kill -TERM -$$" "2" mkdir -p "${sfeeddir}" # fetch feeds specified in config file. feeds -# wait till all feeds are fetched (allows running in parallel). +# wait till all feeds are fetched (concurrently). wait # cleanup temporary files etc. cleanup |