Add contributing guide (#334)
* Add contributing guide * small format changes for CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: MeirGavish <meir.gavish@gmail.com> * Update CONTRIBUTING.md with more clang-format * Move stuff around for CONTRIBUTING * Update VScode instructions * Remove recommendation for formatOnSave * Update the clang-format thing again * Update CONTRIBUTING.md Co-authored-by: MeirGavish <meir.gavish@gmail.com> --------- Co-authored-by: MeirGavish <meir.gavish@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ def grep_binary_offsets(path, pattern):
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) < 2:
|
||||
print("Usage: python script.py <file>")
|
||||
print("Usage: python get_hash.py <file>")
|
||||
sys.exit(1)
|
||||
|
||||
file_path = sys.argv[1]
|
||||
Reference in New Issue
Block a user