Skip to content

Commit c0daca2

Browse files
authored
Merge pull request #488 from franklin-feingold/master
Added Neurostars message
2 parents 5d8e9e6 + 55557be commit c0daca2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cli.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,10 @@ function logSummary (summary) {
116116
console.log(cliff.stringifyRows(rows));
117117

118118
console.log();
119+
120+
//Neurostars message
121+
console.log(colors.red("If you have any questions please post on https://neurostars.org/tags/bids"));
122+
123+
console.log();
119124
}
120125
}

0 commit comments

Comments
 (0)