bin/tork in tork-19.5.0 vs bin/tork in tork-19.5.1

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/env ruby =begin ======================================================================= -# TORK 1 2013-11-30 19.5.0 +# TORK 1 2013-12-02 19.5.1 ## NAME tork - Continuous testing tool for Ruby @@ -19,11 +19,11 @@ First, it applies the given *CONFIG* values, which are either (1) paths to directories that contain configuration files or (2) names of configuration helpers listed in the description of the `TORK_CONFIGS` environment variable. Next, it waits for you to supply interactive commands either (1) directly on -its stdin or (2) remotely through tork-remote(1). From then onward, you may -press the ENTER key (supplying no command) to see a menu of accepted commands. +its stdin or (2) remotely through tork-remote(1). From then onward, type `h` +and press ENTER to see a help message that shows a menu of accepted commands. Some interactive commands accept additional arguments, described as follows. `t` *test_file* [*line_number*]... Runs the given *test_file* while only running those tests that are defined