Skip to content

Commit 32f6180

Browse files
committed
Name long commandline options consistently
1 parent 6f5aba7 commit 32f6180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/halostack_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ def main():
201201
parser.add_argument("-M", "--max-stack", dest="max_stack_file",
202202
default=None, metavar="FILE",
203203
help="Output filename of the maximum stack")
204-
parser.add_argument("-d", "--median", dest="median_stack_file",
204+
parser.add_argument("-d", "--median-stack", dest="median_stack_file",
205205
default=None, metavar="FILE",
206206
help="Output filename of the median stack")
207-
parser.add_argument("-S", "--sigma", dest="sigma_stack_file",
207+
parser.add_argument("-S", "--sigma-stack", dest="sigma_stack_file",
208208
default=None, metavar="FILE",
209209
help="Output filename of the kappa-sigma stack")
210210
parser.add_argument("-k", "--kappa-sigma-params", dest="kappa_sigma_params",

0 commit comments

Comments
 (0)