]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
firstboot: Update help string with --root-shell options
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 29 Jul 2020 07:21:01 +0000 (08:21 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 29 Jul 2020 13:35:59 +0000 (15:35 +0200)
src/firstboot/firstboot.c

index a86a7a8672a232790dac2a4d7aa978495fd5eef5..a3f442518ec43d207c8290523e2716a33f5cb1b5 100644 (file)
@@ -999,16 +999,19 @@ static int help(void) {
                "     --root-password=PASSWORD               Set root password from plaintext password\n"
                "     --root-password-file=FILE              Set root password from file\n"
                "     --root-password-hashed=HASHED_PASSWORD Set root password from hashed password\n"
+               "     --root-shell=SHELL                     Set root shell\n"
                "     --prompt-locale                        Prompt the user for locale settings\n"
                "     --prompt-keymap                        Prompt the user for keymap settings\n"
                "     --prompt-timezone                      Prompt the user for timezone\n"
                "     --prompt-hostname                      Prompt the user for hostname\n"
                "     --prompt-root-password                 Prompt the user for root password\n"
+               "     --prompt-root-shell                    Prompt the user for root shell\n"
                "     --prompt                               Prompt for all of the above\n"
                "     --copy-locale                          Copy locale from host\n"
                "     --copy-keymap                          Copy keymap from host\n"
                "     --copy-timezone                        Copy timezone from host\n"
                "     --copy-root-password                   Copy root password from host\n"
+               "     --copy-root-shell                      Copy root shell from host\n"
                "     --copy                                 Copy locale, keymap, timezone, root password\n"
                "     --setup-machine-id                     Generate a new random machine ID\n"
                "     --force                                Overwrite existing files\n"