> On 27 Mar 2025, at 02:42, David G. Johnston <david.g.johns...@gmail.com> > wrote:
> On second thought, something like: > > WATCH_INTERVAL: an integer number of seconds; overrides the default two > second \watch interval > > (not quite happy but it's close...keeps the 2s reference point) Looking at the other variables they tend to use "if set, then" so we should probably stick to that for this as well? Something like the below perhaps? HELP0(" WATCH_INTERVAL\n" - " number of seconds \\watch by default waits between executing the query buffer\n"); + " if set to an interval value, overrides the default two second \\watch interval\n"); -- Daniel Gustafsson