Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bedtools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ int bedtools_help(void)
cout << "[ General help ]" << endl;
cout << " --help " << "Print this help menu.\n";
//cout << " --faq " << "Frequently asked questions.\n"; TODO
cout << " --version " << "What version of bedtools are you using?.\n";
cout << " --version " << "What version of bedtools are you using?\n";
cout << " --contact " << "Feature requests, bugs, mailing lists, etc.\n";

cout << "\n";
Expand Down