mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-19 04:18:12 +01:00
Change header text on usage help
This commit is contained in:
parent
7690ea8565
commit
ac20738a04
@ -141,9 +141,8 @@ static void usage_long (FILE *st)
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
*/
|
||||
{
|
||||
fprintf (st, "%s - draws any kind of box around your text (and removes it)\n", PROJECT);
|
||||
fprintf (st, " (c) Thomas Jensen <boxes@thomasjensen.com>\n");
|
||||
fprintf (st, " Web page: https://boxes.thomasjensen.com/\n");
|
||||
fprintf (st, "%s - draws any kind of box around your text (or removes it)\n", PROJECT);
|
||||
fprintf (st, " Website: https://boxes.thomasjensen.com/\n");
|
||||
usage (st);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user