all repos — hex @ 0cedba45e4910830e6182fc4019884f65904d71b

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Missing a comma in contexctual help.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 18:49:36 +0100
commit

0cedba45e4910830e6182fc4019884f65904d71b

parent

c008fed054ce4c74352e7a6ddc460fdae43a52a0

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/hex.csrc/hex.c

@@ -3964,7 +3964,7 @@ "\n"

"OPTIONS\n" " -d, --debug Enable debug mode.\n" " -h, --help Display this help message.\n" - " -m --manual Display the manual.\n" + " -m, --manual Display the manual.\n" " -v, --version Display hex version.\n\n"); }
M web/contents/get.htmlweb/contents/get.html

@@ -57,7 +57,7 @@

OPTIONS -d, --debug Enable debug mode. -h, --help Display this help message. - -m --manual Display the manual. + -m, --manual Display the manual. -v, --version Display hex version. </pre>