s/Touhou/Tōhō
This commit is contained in:
parent
e02098f0d5
commit
75f7e23ab8
2 changed files with 2 additions and 2 deletions
|
@ -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>`__.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue