Update help text for -m option

This commit is contained in:
Thomas Jensen 2023-04-20 21:54:00 +02:00
parent 21a691fbd1
commit 24018c3f86
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ void usage_long(FILE *st)
fprintf(st, " -i mode indentation mode [default: box]\n");
fprintf(st, " -k bool leading/trailing blank line retention on removal\n");
fprintf(st, " -l list available box designs w/ samples\n");
fprintf(st, " -m mend box, i.e. remove it and redraw it afterwards\n");
fprintf(st, " -m mend (repair) box\n");
fprintf(st, " -n enc Character encoding of input and output [default: %s]\n", locale_charset());
fprintf(st, " -p fmt padding [default: none]\n");
fprintf(st, " -q qry query the list of designs by tag\n"); /* with "(undoc)" as query, trigger undocumented webui stuff instead */

View File

@ -18,7 +18,7 @@ Usage: boxes [options] [infile [outfile]]
-i mode indentation mode [default: box]
-k bool leading/trailing blank line retention on removal
-l list available box designs w/ samples
-m mend box, i.e. remove it and redraw it afterwards
-m mend (repair) box
-n enc Character encoding of input and output [default: CHARSET_DEFAULT]
-p fmt padding [default: none]
-q qry query the list of designs by tag