summaryrefslogtreecommitdiffhomepage
path: root/parser
diff options
context:
space:
mode:
Diffstat (limited to 'parser')
-rw-r--r--parser/README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/parser/README.md b/parser/README.md
index 744219d3..847373b8 100644
--- a/parser/README.md
+++ b/parser/README.md
@@ -10,12 +10,9 @@ All data is separated into parts, usually as strings. The following types are us
Check `raylib_parser.c` for details about those structs.
-## Command Line Arguments
+## Command Line
-The parser can take a few options...
-
-- `--help` Displays help information about the parser
-- `--json` Outputs the header information in JSON format
+_TODO_
## Constraints