diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-27 21:22:57 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-27 21:48:12 -0500 |
commit | b57b06258e0b1894edb6d1fc52a80b3c33164892 (patch) | |
tree | a9be974637511b42883029792e8c376c7629a837 /src/firstboot | |
parent | 79ca888f5ad026b5b3844c05a80401905e64e2f0 (diff) |
notify,firstboot,analyze,run: trim --help output to 80 lines
Diffstat (limited to 'src/firstboot')
-rw-r--r-- | src/firstboot/firstboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index ce79574b90..a160c52fee 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -631,7 +631,7 @@ static void help(void) { " --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 Prompt for locale, timezone, hostname, root password\n" + " --prompt Prompt for all of the above\n" " --copy-locale Copy locale from host\n" " --copy-timezone Copy timezone from host\n" " --copy-root-password Copy root password from host\n" |