aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-11-29 13:47:23 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-11-29 13:47:23 -0500
commit6db7b88c930657c38512709f808b422d39484a12 (patch)
tree8c861ff9b1c05a88b822095ffd6e351cd897a800
parenta50e2df51a63ab809e700c7c8a28c124c6fef95e (diff)
Fix alignment
-rw-r--r--src/tomo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tomo.c b/src/tomo.c
index 1aa62a0e..e1743d47 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -195,8 +195,8 @@ int main(int argc, char *argv[]) {
Text_t usage = Texts("\x1b[33;4;1mUsage:\x1b[m\n"
"\x1b[1mRun a program:\x1b[m tomo file.tm [-- args...]\n"
"\x1b[1mTranspile files:\x1b[m tomo -t file.tm\n"
- "\x1b[1mCompile object file:\x1b[m tomo -c file.tm\n"
- "\x1b[1mCompile executable:\x1b[m tomo -e file.tm\n"
+ "\x1b[1mCompile object file:\x1b[m tomo -c file.tm\n"
+ "\x1b[1mCompile executable:\x1b[m tomo -e file.tm\n"
"\x1b[1mBuild libraries:\x1b[m tomo -L lib...\n"
"\x1b[1mUninstall libraries:\x1b[m tomo -u lib...\n"
"\x1b[1mOther flags:\x1b[m\n"