[hackers] [sbase] Cleanup usage() across sbase || Quentin Rameau

2015-12-21 Thread git
commit 6e7743eb5673683d81e8de3d04a9e0d1f33f979f Author: Quentin Rameau AuthorDate: Mon Dec 21 18:36:28 2015 +0100 Commit: sin CommitDate: Mon Dec 21 18:07:25 2015 + Cleanup usage() across sbase Some tools didn't use argv0 for tool name, or usage() at all. diff --git a/c

Re: [hackers] [sbase] Cleanup usage() across sbase

2015-12-21 Thread FRIGN
On Mon, 21 Dec 2015 18:36:28 +0100 Quentin Rameau wrote: > Some tools didn't use argv0 for tool name, or usage() at all. Thanks, applied! :) http://git.2f30.org/sbase/commit/?id=fd70f2afbeb1cacc0d55aa47831c84f39ec80978 -- FRIGN

Re: [hackers] [sbase] Cleanup usage() across sbase

2015-12-21 Thread FRIGN
On Mon, 21 Dec 2015 17:20:34 +0100 Quentin Rameau wrote: Hey Quentin, > Some tools didn't use argv0 for tool name, or usage() at all. thanks for your patch, though there are some issues with it I'd like to point out now. > +#include "arg.h" There's no need to include arg.h. This is already i