On 3/30/07, Stefan Seyfried <[EMAIL PROTECTED]> wrote:
> I'll follow up with a small improvement in the style of
>
> #ifdef CONFIG_BOTH
> #define MYNAME "s2both"
> #else
> #define MYNAME "s2disk"
> #endif
>
> and later
>
> ...
>         usage(MYNAME, ...);
> ...

Pass down argv[0] instead of a hardcoded string ;)

Luca

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Suspend-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to