summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30d46df..189aca2 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,9 @@ Example:
gcc-5 -fplugin=../astdumper.so -fplugin-arg-astdumper-command=detectnullpointers
Known parameter values:
+
| name | action |
-| ------------------ | ----------------------------------------------------- |
+|:-------------------|:------------------------------------------------------|
| parse | silently parse AST |
| dump | dump whole AST |
| smalldump | small AST dump without indention |