aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRatakor <ratakor@disroot.org>2023-09-16 18:27:50 +0200
committerRatakor <ratakor@disroot.org>2023-09-16 18:27:50 +0200
commit2144fe54b04173b3331fcad63e445233c505d25f (patch)
tree6af85a47f0780404698dbcf2ab65f3913d77bc91
parentdad72d29d9a9997da783c81ac61fb03965da727f (diff)
Fix README
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 67e8cb0..e0d6802 100644
--- a/README.md
+++ b/README.md
@@ -14,17 +14,17 @@ executables will be at `zig-out/bin/`.
usage
-----
```console
- $ bf
- usage: bf file.bf
+$ bf
+usage: bf file.bf
- $ bfc --help
- Usage: bfc [options] file
- Options:
- -h, --help Print this help message.
- -v, --version Print version information.
- -o <file> Place the output into <file>.
- -S Compile only, do not assemble or link.
- -c Compile and assemble, but do not link.
- -g Produce debugging information.
- -s Strip the output file.
+$ bfc --help
+Usage: bfc [options] file
+Options:
+ -h, --help Print this help message.
+ -v, --version Print version information.
+ -o <file> Place the output into <file>.
+ -S Compile only, do not assemble or link.
+ -c Compile and assemble, but do not link.
+ -g Produce debugging information.
+ -s Strip the output file.
```