We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8889264 commit 42cb4a8Copy full SHA for 42cb4a8
lib/fdiff/__main__.py
@@ -60,16 +60,8 @@ def run(argv):
60
default=None,
61
help="Comma separated list of tables to exclude",
62
)
63
- parser.add_argument(
64
- "--head",
65
- type=int,
66
- help="Display first n lines of output"
67
- )
68
69
- "--tail",
70
71
- help="Display last n lines of output"
72
+ parser.add_argument("--head", type=int, help="Display first n lines of output")
+ parser.add_argument("--tail", type=int, help="Display last n lines of output")
73
parser.add_argument("PREFILE", help="Font file path 1")
74
parser.add_argument("POSTFILE", help="Font file path 2")
75
0 commit comments