diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-09 22:30:05 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-09 22:33:51 +0100 |
| commit | cc51900c457ebf2a80e5d97f3ff3d723af80c834 (patch) | |
| tree | 21fc9c48a7f12980114931997cb287db7ecf22b3 | |
| parent | 8e7278b04c8b6e551580ae9045af6e5a34cb6676 (diff) | |
man/mpcc: remove mention of MP/UX for PEF.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | 64x0-Drivers/bccl.cc | 2 | ||||
| -rw-r--r-- | Frontend/Compiler/man/mpcc.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/64x0-Drivers/bccl.cc b/64x0-Drivers/bccl.cc index a522c79..3496d02 100644 --- a/64x0-Drivers/bccl.cc +++ b/64x0-Drivers/bccl.cc @@ -1447,7 +1447,7 @@ static void cc_print_help() { kSplashCxx(); - kPrintF(kWhite "--asm={MACHINE}: %s\n", "Compile with a specific syntax. (64x0, 32x0)"); + kPrintF(kWhite "--asm={ASSEMBLER}: %s\n", "Compile with a specific syntax. (64x0, 32x0)"); kPrintF(kWhite "--compiler={COMPILER}: %s\n", "Select compiler engine (builtin -> dolvik)."); } diff --git a/Frontend/Compiler/man/mpcc.8 b/Frontend/Compiler/man/mpcc.8 index d362e5a..a6788a7 100644 --- a/Frontend/Compiler/man/mpcc.8 +++ b/Frontend/Compiler/man/mpcc.8 @@ -8,4 +8,4 @@ .Sh DESCRIPTION -This program compiles BCCL/C++ sources into MP-UX Preferred Executable Format.
\ No newline at end of file +This program compiles BCCL/C++ sources into the Preferred Executable Format.
\ No newline at end of file |
