summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruntir_l <87096069+untir-l@users.noreply.github.com>2022-02-27 17:55:00 +0000
committeruntir_l <87096069+untir-l@users.noreply.github.com>2022-02-27 17:55:00 +0000
commitc98c537f2243e2884600d6edd631276b2164fee7 (patch)
tree8f67f070c5fede1b9bc0d4f24acde29661ee9db5
parentc974d7d35cb88c53e162887de4acc8143a3b1139 (diff)
downloadhitomezashi-c98c537f2243e2884600d6edd631276b2164fee7.tar
hitomezashi-c98c537f2243e2884600d6edd631276b2164fee7.tar.gz
hitomezashi-c98c537f2243e2884600d6edd631276b2164fee7.zip
CLI: improve help text
-rw-r--r--cli/hitomezashi_cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/hitomezashi_cli.c b/cli/hitomezashi_cli.c
index 4a892c1..c60e8e2 100644
--- a/cli/hitomezashi_cli.c
+++ b/cli/hitomezashi_cli.c
@@ -67,9 +67,9 @@ void hitomezashi_cli_help(void) {
"-y - specify the y pattern, as with -x\n"
"-g - specify the gap between lines as an integer\n"
"-t - specify the line thickness as an integer\n"
- "-f - (optional) specify the foreground colour in RGB as a 32-bit "
+ "-f - (optional) specify the foreground colour in RGB as an "
"integer, eg. 0x000000\n"
- "-b - (optional) specify the background colour in RGB as a 32-bit "
+ "-b - (optional) specify the background colour in RGB as an "
"integer, eg. 0xFFFFFF\n"
"-h - print this help and exit") < 0) {
exit(Hitomezashi_Cli_Exit_Code_Err_Print_Help);