Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: linuxtv-dvb-apps usagehelp patches



Guido Draheim wrote:
> When installing the various binaries, lots of information in the source
> code is not present - and manual pages do not exist either. The
> following patches do something verrry simple - the top-of-source
> comment /** ... */ is converted to a #define USAGE "...." \ and
> appended to the simple-help string as
> 
> - fprintf(stderr,"usage: %s args\n", argv[0]
> + fprintf(stderr,"usage: %s args\n" USAGE, argv[0]

Despite the fact that I don't want those tests installed,
I comitted your patches.

Johannes


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index