Skip to content

Commit e876470

Browse files
committed
Typo fix
1 parent e184e4a commit e876470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subcommand/chains_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static vg::subcommand::Subcommand vg_chains("chains", "extract handles in top-le
151151
//----------------------------------------------------------------------------
152152

153153
void help_chains(char** argv) {
154-
std::cerr << "usage: " << argv[0] << " " << argv[1] << "[options] graph input > output" << std::endl;
154+
std::cerr << "usage: " << argv[0] << " " << argv[1] << " [options] graph input > output" << std::endl;
155155
std::cerr << std::endl;
156156

157157
std::cerr << "Extracts handles in top-level chains from a distance index or a snarl file." << std::endl;

0 commit comments

Comments
 (0)