Skip to content

Commit ff80a10

Browse files
committed
Fix bad command short code.
1 parent cacb6a1 commit ff80a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decasu/decasu_hpix_mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main():
1818
default=1, help='Number of cores to run on.')
1919
parser.add_argument('-o', '--outputpath', action='store', type=str, required=True,
2020
help='Output path')
21-
parser.add_argument('-b', '--outputbase', action='store', type=str, required=False,
21+
parser.add_argument('-B', '--outputbase', action='store', type=str, required=False,
2222
help='Output filename base; will replace outbase in config.')
2323
parser.add_argument('-p', '--pixels', action='store', type=str, required=False,
2424
help='Pixels to run on, comma delimited')

0 commit comments

Comments
 (0)