Skip to content

Commit 7bd7f90

Browse files
author
Douglas Greve
committed
recon-all. Added -autorecon-bfs as a synonym for -autorecon-pial as it is more descriptive
1 parent 801b8ce commit 7bd7f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/recon-all

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7089,7 +7089,8 @@ while( $#argv != 0 )
70897089
set DoCurvHK = 1;
70907090
breaksw
70917091

7092-
case "-autorecon-pial":
7092+
case "-autorecon-bfs":
7093+
case "-autorecon-pial": # does more than pial
70937094
set DoMaskBFS = 1;
70947095
set DoAutoDetGWStats = 1;
70957096
set DoWhitePreAparc = 1;

0 commit comments

Comments
 (0)