Skip to content

Commit 105772a

Browse files
committed
FIX: small cosmetic change in HELP output
1 parent d14793d commit 105772a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mezz/mezz-help.r

+3-3
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ import module [
295295
set arg [word! | lit-word! | get-word!]
296296
set def opt block!
297297
copy des any string! (
298-
output [
299-
"^/ "
300-
"^[[1;33m" pad form arg 11
298+
output ajoin [
299+
"^/ "
300+
"^[[1;33m" pad form arg 13
301301
"^[[0;32m" either def [mold def]["[any-type!]"] "^[[m"
302302
]
303303
out-description des

0 commit comments

Comments
 (0)