bin/tork-herald in tork-18.2.4 vs bin/tork-herald in tork-19.0.0

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/env ruby =begin ======================================================================= -# TORK-HERALD 1 2012-10-10 18.2.4 +# TORK-HERALD 1 2012-10-17 19.0.0 ## NAME tork-herald - reports modified files @@ -11,21 +11,21 @@ `tork-herald` [*OPTION*]... ## DESCRIPTION -This program monitors the current working directory and prints relative paths -of modified files in batches of single-line JSON arrays to the standard output -stream. +This program monitors the current working directory and all those below it +recursively. When any files therein are modified, it prints their relative +paths in a single-line JSON array to stdout. ## OPTIONS `-h`, `--help` Show this help manual. ## SEE ALSO -tork(1), tork-herald(1), tork-driver(1), tork-engine(1), tork-master(1) +tork(1), tork-driver(1) =end ========================================================================= $0 = File.basename(__FILE__) # for easier identification in ps(1) output