Skip to content

Commit efb5024

Browse files
committed
Slightly alter help message for compat flag
1 parent ddab1d3 commit efb5024

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ options:
5353
--repo REPO Path to the git repository (default: current dir)
5454
--verify VERIFY Verify the tree checksum from the input tag message
5555
--sign SIGN Sign the input tag with the tree checksum
56-
--compat Produce 'git-evtag' upstream output
57-
56+
--compat Produce 'Git-EVTag-v0-SHA512' prefixed output
5857
```
5958

6059
### Development

git_evtag_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def main() -> None:
326326
parser.add_argument(
327327
"--compat",
328328
action="store_true",
329-
help="Produce 'git-evtag' upstream output",
329+
help="Produce 'Git-EVTag-v0-SHA512' prefixed output",
330330
)
331331
args = parser.parse_args()
332332

0 commit comments

Comments
 (0)