Skip to content

Commit 956e870

Browse files
fix double help
1 parent 5ea9fb6 commit 956e870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schimpy/convert_points.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def write_points(fpath, points):
125125
required=True,
126126
type=click.Path(),
127127
help="Output file (.yml, .yaml, .in, .bp, or .shp).",
128-
help="Output file (.yml, .yaml, .in, .bp, or .shp).",
129128
)
130129
@click.help_option("-h", "--help")
131130
def convert_points_cli(input, output):

0 commit comments

Comments
 (0)