diff --git a/src/wic/help.py b/src/wic/help.py
index 5d7c404..7bc9d70 100644
--- a/src/wic/help.py
+++ b/src/wic/help.py
@@ -817,7 +817,7 @@ DESCRIPTION
       # long-description: Creates a partitioned EFI disk image that the user
       # can directly dd to boot media.
 
-      part /boot --source bootimg-efi --ondisk sda --fstype=efi --active
+      part /boot --source bootimg_efi --ondisk sda --fstype=efi --active
 
       part / --source rootfs --ondisk sda --fstype=ext3 --label platform
 
