man/man1/testr.1 in testr-14.1.3 vs man/man1/testr.1 in testr-14.2.0

- old
+ new

@@ -1,33 +1,20 @@ -.TH TESTR 1 "2012\-01\-13" "14.1.3" +.TH TESTR 1 "2012\-01\-16" "14.2.0" .SH NAME .PP testr \- Continuous testing tool for Ruby .SH SYNOPSIS .PP -\fB\fCtestr\fR [\fIOPTION\fP]... +\fB\fCtestr\fR [\fIOPTION\fP]... [\fICONFIG\fP]... .SH DESCRIPTION .PP This program is a simple command\-line user interface for .BR testr\-driver (1). It -demonstrates how the components of TestR work together and also serves as an -example of how you can create your own TestR user interface. -.PP -When run, it presents you with a menu of single\-character commands that you -can enter, loads the test execution overhead into -.BR testr\-master (1), -and -finally notifies you when the master is ready to run test files. -.PP -It also launches -.BR testr\-herald (1) -alongside -.BR testr\-master (1). -When the herald -reports a modified file that belongs to the test execution overhead, this -program notifies you accordingly and then replaces the current master with a -new one that will absorb the modified test execution overhead into itself. +loads the given \fICONFIG\fP files (which are either paths to actual files or +names of helper libraries in the testr/config/ namespace of Ruby's load path) +and then waits for you to supply interactive commands on its stdin. You may +press the ENTER key (supplying no command) to see a menu of accepted commands. .SH OPTIONS .TP \fB\fC-h\fR, \fB\fC--help\fR Display this help manual using .BR man (1).