s/Touhou/Tōhō

This commit is contained in:
Andrei Alexeyev 2019-04-22 23:14:50 +03:00
parent e02098f0d5
commit 75f7e23ab8
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4
2 changed files with 2 additions and 2 deletions

View file

@ -238,7 +238,7 @@ More info
Knowing this much should help to get you started!
If you want more tricks and hints on how to *“git gud”*, check out
resources on how to play *Touhou*, the game Taisei is based on.
resources on how to play *Tōhō*, the game Taisei is based on.
Enjoy playing, and if you want to contact us, visit us on Freenode IRC
#taisei-project or on `Discord <https://discord.gg/JEHCMzW>`__.

View file

@ -20,7 +20,7 @@
struct TsOption { struct option opt; const char *help; const char *argname;};
static void print_help(struct TsOption* opts) {
tsfprintf(stdout, "Usage: taisei [OPTIONS]\nTaisei is an open source Touhou clone.\n\nOptions:\n");
tsfprintf(stdout, "Usage: taisei [OPTIONS]\nTaisei is an open source Tōhō Project fangame.\n\nOptions:\n");
int margin = 20;
for(struct TsOption *opt = opts; opt->opt.name; opt++) {
tsfprintf(stdout, " -%c, --%s ", opt->opt.val,opt->opt.name);