colors

extract colors from pictures
git clone git://git.2f30.org/colors
Log | Files | Refs | README | LICENSE

commit 7a2875c1d2797a593ca8749b4bd87835b63c6383
parent a93add0aa2691f15be2444ed2069b7f45762a365
Author: sin <sin@2f30.org>
Date:   Thu,  4 Jun 2015 20:13:56 +0100

Fix usage() now that we have a manpage

Diffstat:
Mcolors.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/colors.c b/colors.c @@ -196,8 +196,6 @@ void usage(void) { fprintf(stderr, "usage: %s [-e] [-n clusters] file\n", argv0); - fprintf(stderr, " -e\tinclude empty clusters\n"); - fprintf(stderr, " -n\tset number of clusters, defaults to 8\n"); exit(1); }