Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
legacy
bedtools2
Commits
60022b90
Commit
60022b90
authored
May 19, 2015
by
Neil Kindlon
Browse files
Fixed build break in CommonHelp
parent
0d0dff89
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/utils/general/CommonHelp.cpp
View file @
60022b90
...
...
@@ -6,8 +6,6 @@
*/
#include
"CommonHelp.h"
<<<<<<<
HEAD
void
IntersectOutputHelp
()
{
cerr
<<
"
\t
-wa
\t
"
<<
"Write the original entry in A for each overlap."
<<
endl
<<
endl
;
...
...
src/utils/general/CommonHelp.h
View file @
60022b90
...
...
@@ -12,6 +12,8 @@
#include
"version.h"
#include
<cstdlib>
//for exit
using
namespace
std
;
extern
void
allToolsCommonHelp
();
extern
void
IntersectCommonHelp
();
extern
void
IntersectOutputHelp
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment