Skip to content

Commit 3c51c9a

Browse files
committed
adjust docstrings
1 parent 345f836 commit 3c51c9a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

smriprep/cli/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ def get_parser():
218218
'--fs-no-resume',
219219
action='store_true',
220220
dest='fs_no_resume',
221-
help="Import precomputed freesurfer without resuming "
222-
"(longitudinal or fastsurfer data) "
221+
help='Import precomputed freesurfer without resuming '
222+
'(longitudinal or fastsurfer data) '
223223
"!expert option (you know what you're doing)!",
224224
)
225225
g_fs.add_argument(

smriprep/workflows/anatomical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ def init_anat_preproc_wf(
186186
run-to-run replicability when used with --omp-nthreads 1
187187
(default: ``False``).
188188
fs_no_resume : bool
189-
Adjust pipeline to reuse base template
190-
of an existing longitudinal freesurfer output
189+
use precomputed freesurfer without attempting to resume
190+
(eg. for longitudinal base or fastsurfer)
191191
(default: ``False``).
192192
193193
Inputs

smriprep/workflows/surfaces.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def init_surface_recon_wf(
144144
hires : bool
145145
Enable sub-millimeter preprocessing in FreeSurfer
146146
fs_no_resume : bool
147-
Adjust pipeline to reuse base template
148-
of an existing longitudinal freesurfer output
147+
use precomputed freesurfer without attempting to resume
148+
(eg. for longitudinal base or fastsurfer)
149149
150150
Inputs
151151
------

0 commit comments

Comments
 (0)