mirror of
https://github.com/progsource/maddy.git
synced 2026-03-24 23:40:39 +01:00
Fix linkparser line handling with multiple parenthesis
This commit is contained in:
@@ -123,7 +123,7 @@ def main():
|
||||
"""
|
||||
if len(sys.argv) != 2:
|
||||
print(
|
||||
"Usage: python check_clang_format.py <dry_run|format>"
|
||||
"Usage: python format.py <dry_run|format>"
|
||||
)
|
||||
sys.exit(1)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user