change description

This commit is contained in:
2025-06-04 15:11:43 +02:00
parent 1a1f90113b
commit 2ca5bf665a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# margen # margen
> Marble-like pattern generator, blazing fast > generate a marble-like pattern bitmap image, blazing fast.
![](./images/sample1.bmp) ![](./images/sample1.bmp)
@@ -22,7 +22,7 @@ make clean build install
```txt ```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] 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: options:
--help show this help message and exit --help show this help message and exit
+1 -1
View File
@@ -22,7 +22,7 @@ void print_help(int status_code) {
"[-c=R,G,B] " "[-c=R,G,B] "
"[--var=R,G,B] " "[--var=R,G,B] "
"[-m]\n\n" "[-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" "options:\n"
" --help show this help message and exit\n" " --help show this help message and exit\n"
" -q, --quiet do not print to console\n" " -q, --quiet do not print to console\n"
+1 -1
View File
@@ -2,6 +2,6 @@
#define CONST_H #define CONST_H
#define NAME "margen" #define NAME "margen"
#define VERSION "v1.0.0" #define VERSION "v1.0.1"
#endif #endif