| Index: tools_webrtc/gn_check_autofix.py
|
| diff --git a/tools-webrtc/gn_check_autofix.py b/tools_webrtc/gn_check_autofix.py
|
| similarity index 97%
|
| rename from tools-webrtc/gn_check_autofix.py
|
| rename to tools_webrtc/gn_check_autofix.py
|
| index 3c1b367565aabf8b285f1f26a65de9b89d1c241b..b939636d0c831e928772389ab5f19155eddefa6f 100644
|
| --- a/tools-webrtc/gn_check_autofix.py
|
| +++ b/tools_webrtc/gn_check_autofix.py
|
| @@ -15,9 +15,9 @@ It will run `mb gen` in a temporary directory and it is really useful to
|
| check for different configurations.
|
|
|
| Usage:
|
| - $ python tools-webrtc/gn_check_autofix.py -m some_mater -b some_bot
|
| + $ python tools_webrtc/gn_check_autofix.py -m some_mater -b some_bot
|
| or
|
| - $ python tools-webrtc/gn_check_autofix.py -c some_mb_config
|
| + $ python tools_webrtc/gn_check_autofix.py -c some_mb_config
|
| """
|
|
|
| import os
|
|
|