Skip to content

Commit 0cd71ae

Browse files
committed
docs
1 parent 508511f commit 0cd71ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script/diff_schemas.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
python3 script/diff_schemas.py [old_ref [new_ref]]
1010
1111
Defaults: old_ref=HEAD~1, new_ref=HEAD (working tree)
12+
Example: python3 script/diff_schemas.py HEAD~5 # Means compare five commits ago with now.
13+
14+
Authored by Damion Dooley and Claude
1215
"""
1316

1417
import argparse

0 commit comments

Comments
 (0)