On Fri, May 13, 2016 at 12:26:57PM +0200, Martin Liška wrote: > On 05/12/2016 02:44 PM, Jakub Jelinek wrote: > > I think it isn't obvious that one needs to put halt_on_error=0 or > > halt_on_error=1 into those options and what to do if you need multiple > > options in there. > > What about changing the last sentence to: > > This can be overridden through a corresponding environment variable.
I think it is better to be explicit, so something like: This can be overridden through setting the halt_on_error flag in the corresponding environment variable. Jakub