Skip to content

Commit a338b3f

Browse files
committed
Adds "concat" subcommand to sav --help
1 parent 9f1b5b0 commit a338b3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sav/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class prog_args
4343
os << "or: sav [opts ...]\n";
4444
os << "\n";
4545
os << "Sub-commands:\n";
46+
os << " concat: Concatenates SAV files into one output\n";
4647
os << " export: Exports SAV to VCF or SAV\n";
4748
os << " head: Prints SAV headers or samples IDs\n";
4849
os << " import: Imports VCF or BCF into SAV\n";
@@ -157,4 +158,4 @@ int main(int argc, char** argv)
157158
args.print_usage(std::cerr);
158159

159160
return EXIT_FAILURE;
160-
}
161+
}

0 commit comments

Comments
 (0)