diff options
| author | Léo Lam <leo@leolam.fr> | 2021-03-29 21:54:14 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-03-29 21:54:23 +0200 |
| commit | f90fb2306044df7a673337d00e23c822123738fe (patch) | |
| tree | ac14e22b25cf92a7b126a3b7333cb0f2b393c226 | |
| parent | 586699d7b11c66baf8e268b0c2d81605ffdf3d34 (diff) | |
Contributing: Fix weird Markdown spacing
| -rw-r--r-- | Contributing.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Contributing.md b/Contributing.md index 4867b6c7..58f3b901 100644 --- a/Contributing.md +++ b/Contributing.md @@ -208,8 +208,7 @@ This project sometimes uses small hacks to force particular code to be generated * To print AI class decompilation status: `tools/ai_progress.py` * Use this to figure out which AI classes have not been decompiled yet. * To dump symbols: `tools/print_decomp_symbols.py` - * `-u` for undefined symbols (default) - * `-a` for all symbols + * Pass `-a` to list all symbols * Useful for getting the mangled name of a function. For example: ``` |
