Re: [Ffc] verbose output

2010-05-03 Thread Anders Logg
On Mon, May 03, 2010 at 01:28:11PM +0100, Garth N. Wells wrote: > > > On 03/05/10 13:22, Anders Logg wrote: > >On Mon, May 03, 2010 at 01:09:41PM +0100, Garth N. Wells wrote: > >>The FFC man pages says: > >> > >>-d, --debug > >> Debug mode, more output is printed. Conflicts with -s. >

Re: [Ffc] verbose output

2010-05-03 Thread Garth N. Wells
On 03/05/10 13:22, Anders Logg wrote: On Mon, May 03, 2010 at 01:09:41PM +0100, Garth N. Wells wrote: The FFC man pages says: -d, --debug Debug mode, more output is printed. Conflicts with -s. The description sounds to me like it should be '-v, --verbose' The current flag is c

Re: [Ffc] verbose output

2010-05-03 Thread Anders Logg
On Mon, May 03, 2010 at 01:09:41PM +0100, Garth N. Wells wrote: > The FFC man pages says: > > -d, --debug > Debug mode, more output is printed. Conflicts with -s. > > The description sounds to me like it should be '-v, --verbose' The > current flag is confusing when we have '-O' for c

[Ffc] verbose output

2010-05-03 Thread Garth N. Wells
The FFC man pages says: -d, --debug Debug mode, more output is printed. Conflicts with -s. The description sounds to me like it should be '-v, --verbose' The current flag is confusing when we have '-O' for code optimisation. Garth ___