aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.
```