Add ETA output control and interactivity check
- Real-time ETA display is only printed if output is to a terminal.
- Accordingly, add --eta=always|never|auto option.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/README b/README
index b7fc96b..f713f73 100644
--- a/README
+++ b/README
@@ -72,6 +72,9 @@
--cmdhelp=cmd Print command help, "all" for all of them
--showcmd Turn a job file into command line options
--readonly Turn on safety read-only checks
+ --eta=when When ETA estimate should be printed
+ May be "always", "never" or "auto"
+
Any parameters following the options will be assumed to be job files,
unless they match a job file parameter. You can add as many as you want,