diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-29 13:47:23 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-29 13:47:23 -0500 |
| commit | 6db7b88c930657c38512709f808b422d39484a12 (patch) | |
| tree | 8c861ff9b1c05a88b822095ffd6e351cd897a800 /src/tomo.c | |
| parent | a50e2df51a63ab809e700c7c8a28c124c6fef95e (diff) | |
Fix alignment
Diffstat (limited to 'src/tomo.c')
| -rw-r--r-- | src/tomo.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
