diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-01-10 17:29:56 +0100 |
---|---|---|
committer | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-01-10 17:29:56 +0100 |
commit | 981644edc9662de0c09b00c19c706f0f7eb4429b (patch) | |
tree | f5407f004cb2d2d5d483df3a82b9cb938052768c /src/firstboot | |
parent | kernel-install: clarify what is currently supported with --root and --image (diff) | |
download | systemd-981644edc9662de0c09b00c19c706f0f7eb4429b.tar.xz systemd-981644edc9662de0c09b00c19c706f0f7eb4429b.zip |
firstboot: fix typo and add missing option to help text
Diffstat (limited to 'src/firstboot')
-rw-r--r-- | src/firstboot/firstboot.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index 0e92c56e80..a445323f9b 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -1239,11 +1239,13 @@ static int help(void) { " --timezone=TIMEZONE Set timezone\n" " --hostname=NAME Set hostname\n" " --setup-machine-id Set a random machine ID\n" - " --machine-ID=ID Set specified machine ID\n" + " --machine-id=ID Set specified machine ID\n" " --root-password=PASSWORD Set root password from plaintext password\n" " --root-password-file=FILE Set root password from file\n" " --root-password-hashed=HASH Set root password from hashed password\n" " --root-shell=SHELL Set root shell\n" + " --kernel-command-line=CMDLINE\n" + " Set kernel command line\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" |