Skip to content

Commit

Permalink
Add src code formatting to CLI docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Nov 8, 2020
1 parent 304b307 commit 8e514c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shimmingtoolbox/cli/dicom_to_nifti.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@click.option('-remove_tmp/-dont_remove_tmp', default=False,
help="Specifies if tmp folder will be deleted after processing")
def dicom_to_nifti_cli(path_dicoms, path_nifti, subject, fname_config, remove_tmp):
"""Converts dicom files into nifti files by calling dcm2bids."""
"""Converts dicom files into nifti files by calling ``dcm2bids``."""

dicom_to_nifti(path_dicoms, path_nifti, subject_id=subject, path_config_dcm2bids=fname_config,
remove_tmp=remove_tmp)

0 comments on commit 8e514c3

Please sign in to comment.