Change header text on usage help

This commit is contained in:
Thomas Jensen 2019-05-19 15:10:11 +02:00
parent 7690ea8565
commit ac20738a04
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -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);
}