]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/bootctl.c
NEWS/--help: correct/be clearer on bootclt -R vs. -RR
[thirdparty/systemd.git] / src / boot / bootctl.c
index 160cf83ce6a6df8c1b7219971a23bdd17f065a67..a86ab84d1907c5d52b56f125d5601df79b93d761 100644 (file)
@@ -178,7 +178,10 @@ static int help(int argc, char *argv[], void *userdata) {
                "  -p --print-esp-path  Print path to the EFI System Partition mount point\n"
                "  -x --print-boot-path Print path to the $BOOT partition mount point\n"
                "  -R --print-root-device\n"
-               "                       Print path to the root device node\n"
+               "                       Print path to the block device node backing the\n"
+               "                       root file system (returns e.g. /dev/nvme0n1p5)\n"
+               "  -RR                  Print path to the whole disk block device node\n"
+               "                       backing the root FS (returns e.g. /dev/nvme0n1)\n"
                "     --no-variables    Don't touch EFI variables\n"
                "     --no-pager        Do not pipe output into a pager\n"
                "     --graceful        Don't fail when the ESP cannot be found or EFI\n"