mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-07 21:29:57 +01:00
Update help text for -m option
This commit is contained in:
parent
21a691fbd1
commit
24018c3f86
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user