Skip to content

Commit

Permalink
vcf2arrow: --user-metadata takes argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaigai committed Jan 13, 2025
1 parent 3738fbe commit 73311fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-tools/vcf2arrow.c
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ static void parse_options(int argc, char * const argv[])
int user_metadata_nrooms = 0;
int c;

while ((c = getopt_long(argc, argv, "fo:s:E:mhv",
while ((c = getopt_long(argc, argv, "fo:s:E:m:hv",
long_options, NULL)) >= 0)
{
switch (c)
Expand Down

0 comments on commit 73311fb

Please sign in to comment.