Skip to content
Snippets Groups Projects
Commit 98875748 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

small fix to -d option

parent 99c7896d
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ class ccopsOptions { ...@@ -68,7 +68,7 @@ class ccopsOptions {
basename(string("-b,--basename"), string(""), basename(string("-b,--basename"), string(""),
string("Output basename"), string("Output basename"),
true, requires_argument), true, requires_argument),
directory(string("-d,--dir"), string(""), directory(string("-d,--dir"), string("."),
string("Tractography Results Directory"), string("Tractography Results Directory"),
false, requires_argument), false, requires_argument),
excl_mask(string("-x"), string(""), excl_mask(string("-x"), string(""),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment