Browse Source

Update README.md

Ray 3 years ago
parent
commit
75c8df348f
1 changed files with 2 additions and 5 deletions
  1. 2 5
      parser/README.md

+ 2 - 5
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