diff --git a/pmb/install/_install.py b/pmb/install/_install.py
index ecf25306a26a904abc25f9e1fbf3182d7e9ef289..a788d97d5d22c1308d14b04508dc9566c8169541 100644
--- a/pmb/install/_install.py
+++ b/pmb/install/_install.py
@@ -972,7 +972,7 @@ def print_flash_info(device: str, deviceinfo: Deviceinfo, split: bool, have_disk
         logging.info("* pmbootstrap flasher flash_rootfs")
         logging.info("  Flashes the generated rootfs image to your device:")
         if split:
-            logging.info(f"  {Chroot.native() / 'home/pmos/rootfs' / device}-rootfs.img")
+            logging.info(f"  {Chroot.native() / 'home/pmos/rootfs' / device}-root.img")
         else:
             logging.info(f"  {Chroot.native() / 'home/pmos/rootfs' / device}.img")
             logging.info(