Skip to content

Commit 0b7b95d

Browse files
authored
Merge pull request #95 from BengtRydberg/vgac_cli_bug_fix
vgac cli bugfix
2 parents a274565 + 2755ffc commit 0b7b95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/vgac2pps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
parser.add_argument('-all_ch', '--all_channels', action='store_true',
4747
help="Save all 21 channels to level1c4pps file.")
4848
parser.add_argument('-n19', '--as_noaa19',
49-
options=[version for version in SBAF],
49+
choices=[version for version in SBAF],
5050
default=None,
5151
help=("Save only the AVHRR (1,2, 3B, 4, 5) channels to level1c4pps file. "
5252
"And apply SBAFs to the channels."))

0 commit comments

Comments
 (0)