diff --git a/fsl/utils/filetree/__init__.py b/fsl/utils/filetree/__init__.py
index 64db5691617c06d0e69dd9ee0386df3cc302d0f4..67af2b4be26f6fb51914126c543a2056c5377c9d 100644
--- a/fsl/utils/filetree/__init__.py
+++ b/fsl/utils/filetree/__init__.py
@@ -207,8 +207,8 @@ and simply update the FileTree:
     {subject}
         [ses-{session}]
             T1w.nii.gz
-            T1w_brain.nii.gz (bed_output)
-            T1w_brain_mask.nii.gz (bed_mask)
+            T1w_brain.nii.gz (bet_output)
+            T1w_brain_mask.nii.gz (bet_mask)
 
 Note the square brackets around the session sub-directory. This indicates that this sub-directory is optional and
 will only be present if the "session" variable is defined (see `Optional variables`_).