[Toybox] cp --help mangled.

2016-01-09 Thread enh
the "--preserve" help is split in two, with all the other options appearing between (marked here by *** which doesn't actually appear in the help output): $ adb shell cp --help usage: cp [--preserve=motcxa] [-adlnrsv] [-fipRHLP] SOURCE... DEST Copy files from SOURCE to DEST. If more than one SOU

Re: [Toybox] cp --help mangled.

2016-01-10 Thread Rob Landley
On 01/09/2016 02:51 PM, enh wrote: > the "--preserve" help is split in two, with all the other options > appearing between (marked here by *** which doesn't actually appear in > the help output): Sigh. Yeah, I need to do another pass on scripts/config2help.c. I implemented the first pass of that

Re: [Toybox] cp --help mangled.

2016-01-11 Thread enh
On Sun, Jan 10, 2016 at 9:00 PM, Rob Landley wrote: > On 01/09/2016 02:51 PM, enh wrote: >> the "--preserve" help is split in two, with all the other options >> appearing between (marked here by *** which doesn't actually appear in >> the help output): > > Sigh. Yeah, I need to do another pass on