On 5 March 2018 at 18:47, Craig Russell <[email protected]> wrote: > Seems like the interface changed between modify_pmcchairs.py and > tools/modify_pmcchairs.rb > > I prefer the old > > modify_pmcchairs.py --add=a,b,c,d > > to the new > > modify_pmcchairs.rb --add a > modify_pmcchairs.rb --add b > modify_pmcchairs.rb --add c > modify_pmcchairs.rb --add d > > In case we ever need to revisit this tool.
The new tool just uses space instead of comma as the separator. So you can use: $ modify_pmcchairs.rb --add a b c d > Craig > > Craig L Russell > Secretary, Apache Software Foundation > [email protected] http://db.apache.org/jdo >
