Skip to content

Commit 060c775

Browse files
committed
[main] update help string to indicate seven arg positions for --git flag
1 parent a82cc9c commit 060c775

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/fdiff/__main__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ def run(argv):
7070
type=str,
7171
nargs=7,
7272
help="Act as a diff driver for git (takes 7 parameters)",
73+
metavar=(
74+
"PATH",
75+
"OLD-FILE",
76+
"OLD-HEX",
77+
"OLD-MODE",
78+
"NEW-FILE",
79+
"NEW-HEX",
80+
"NEW-MODE",
81+
),
7382
)
7483
# parser.add_argument("PREFILE", help="Font file path/URL 1")
7584
# parser.add_argument("POSTFILE", help="Font file path/URL 2")

0 commit comments

Comments
 (0)