diff --git a/docs/dm-verity.txt b/docs/dm-verity.txt
index a538fa2..f33f5a2 100644
--- a/docs/dm-verity.txt
+++ b/docs/dm-verity.txt
@@ -86,8 +86,7 @@ things and remove a bunch of manual steps that might be error prone.
 
 Consider for example, the beaglebone black WIC file, which contains:
 
-part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat
---label boot --active --align 4 --fixed-size 32 --sourceparams="loader=u-boot" --use-uuid
+part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --fixed-size 32 --sourceparams="loader=u-boot" --use-uuid
 part / --source rawcopy --ondisk mmcblk0 --sourceparams="file=${IMGDEPLOYDIR}/${DM_VERITY_IMAGE}-${MACHINE}.${DM_VERITY_IMAGE_TYPE}.verity"
 bootloader --append="console=ttyS0,115200"
 
