diff --git a/README.md b/README.md index a81a4cd..653410e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # margen -> Marble-like pattern generator, blazing fast +> generate a marble-like pattern bitmap image, blazing fast. ![](./images/sample1.bmp) @@ -22,7 +22,7 @@ make clean build install ```txt usage: margen [--help] [-q] [-w=WIDTH] [-h=HEIGHT] [-o=PATH] [--seed=SEED][-p=PIXEL_SIZE] [-s=SLOPE] [-c=R,G,B] [-v=R,G,B] [-m] -generates a marble-like pattern bitmap image. +generate a marble-like pattern bitmap image, blazing fast. options: --help show this help message and exit diff --git a/src/args.c b/src/args.c index acd7b36..33e8414 100644 --- a/src/args.c +++ b/src/args.c @@ -22,7 +22,7 @@ void print_help(int status_code) { "[-c=R,G,B] " "[--var=R,G,B] " "[-m]\n\n" - "generates a marble-like pattern bitmap image.\n\n" + "generate a marble-like pattern bitmap image, blazing fast.\n\n" "options:\n" " --help show this help message and exit\n" " -q, --quiet do not print to console\n" diff --git a/src/const.h b/src/const.h index 23200a9..b60f7b7 100644 --- a/src/const.h +++ b/src/const.h @@ -2,6 +2,6 @@ #define CONST_H #define NAME "margen" -#define VERSION "v1.0.0" +#define VERSION "v1.0.1" #endif \ No newline at end of file