On Mon, Jan 13, 2014 at 10:01 PM, Andrew Gregory <[email protected]
> wrote:

> The user requesting usage or version information is not an error.
>
> Signed-off-by: Andrew Gregory <[email protected]>
> ---
>
$ git grep 'return 2;' src/ | cat
src/pacman/pacman.c:        return 2;
src/pacman/pacman.c:        return 2;
src/util/pacsort.c:        return 2;
src/util/vercmp.c:        return 2;

I'd broaden the scope of your patch a bit; might want to check the non-C
utilities too.

-Dan

Reply via email to