<div>This has been corrected and will be included in R14B03</div><div>Thanks for the contribution!</div><div>Regards</div><div>/siri</div><div><br></div><div>> The documentation lists 'keep', 'strip' and 'all' as valid values, but</div>

<div>> only 'keep' is allowed. The others give you an exit with "Illegal</div><div>
> option: {app_file,all}".</div><div>> </div><div>> The following line in reltool_server.erl needs Val to be both 'strip'</div>
<div>> and 'all' simultaneously:</div><div>> </div><div>
> app_file when Val =:= keep; Val =:= strip, Val =:= all -></div><div>> </div><div>
> In 0.5.3 (R13B04) and the dev branch.</div><div><br></div>