]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
kernel-install: regroup options in help meesage
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jul 2025 02:18:09 +0000 (11:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jul 2025 08:32:04 +0000 (17:32 +0900)
And slightly updates the description.

Follow-up for b6d499768394297b1d313cdc72dab0720dc315f6.

src/kernel-install/kernel-install.c

index bcc3d145b341b2a3537edeaaf78049c2ddf26505..f17e99004b4423f79d52790d4383620ca4cd0129 100644 (file)
@@ -1496,17 +1496,17 @@ static int help(void) {
                "     --boot-path=PATH          Path to the $BOOT partition\n"
                "     --make-entry-directory=yes|no|auto\n"
                "                               Create $BOOT/ENTRY-TOKEN/ directory\n"
+               "     --entry-type=type1|type2|all\n"
+               "                               Operate only on the specified bootloader\n"
+               "                               entry type\n"
                "     --entry-token=machine-id|os-id|os-image-id|auto|literal:…\n"
-               "                               Entry token to use for this installation\n"
+               "                               Entry token to be used for this installation\n"
                "     --no-pager                Do not pipe inspect output into a pager\n"
                "     --json=pretty|short|off   Generate JSON output\n"
                "     --no-legend               Do not show the headers and footers\n"
                "     --root=PATH               Operate on an alternate filesystem root\n"
                "     --image=PATH              Operate on disk image as filesystem root\n"
                "     --image-policy=POLICY     Specify disk image dissection policy\n"
-               "     --entry-type=type1|type2|all\n"
-               "                               Operate only on the specified bootloader\n"
-               "                               entry type\n"
                "\n"
                "This program may also be invoked as 'installkernel':\n"
                "  installkernel  [OPTIONS...] VERSION VMLINUZ [MAP] [INSTALLATION-DIR]\n"