Add 'whenjobs --tail <serial>' to tail output messages from jobs.
[whenjobs.git] / tools / whenjobs.pod
index 25dff40..466bdb1 100644 (file)
@@ -29,6 +29,7 @@ Examine running jobs:
  whenjobs --jobs
  whenjobs --cancel serial
  whenjobs --start "name"
+ whenjobs --tail serial
 
 =head1 DESCRIPTION
 
@@ -176,6 +177,11 @@ Start the job immediately and unconditionally.
 This runs the job even if its normal preconditions are not met.  This
 may cause unexpected results, so use with caution.
 
+=item B<--tail> serial
+
+Tail the output of the running job identified by its serial number.
+Use the I<--jobs> flag to get a list of running jobs.
+
 =item B<--upload>
 
 Compile the jobs script and upload it to the daemon, without editing.