mu-info: fix typo

This commit is contained in:
Dirk-Jan C. Binnema
2024-09-25 19:11:56 +03:00
parent 413c03ea1c
commit 262353996a

View File

@ -267,7 +267,7 @@ topic_mu(const Options& opts)
#else #else
"no" "no"
#endif #endif
, "Better 'm server' REPL for debugging?"}); , "Better 'mu server' REPL for debugging"});
if (!opts.nocolor) if (!opts.nocolor)
colorify(info, opts); colorify(info, opts);