mu-info: improve docs; better colors

This commit is contained in:
Dirk-Jan C. Binnema
2023-07-06 07:39:55 +03:00
parent c59d493296
commit d96e9cc4ba
4 changed files with 96 additions and 59 deletions

View File

@ -48,9 +48,7 @@ static Result<void>
cmd_fields(const Options& opts)
{
mu_printerrln("the 'mu fields' command has been superseded by 'mu info'; try:\n"
" mu info fields\n"
" mu info flags");
" mu info fields\n");
return Ok();
}