diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-11-06 00:29:49 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-11-06 00:29:49 +0100 |
commit | 82de16f92ca5259e9ddb4f328f086cb6a9f043b0 (patch) | |
tree | 0aa6881b7796543ee2a63e142790edea5ffd053f /src/boot | |
parent | d91ed6423b738e4707defff7284fc65088368bfd (diff) |
bootctl: typo fix in help message
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/bootctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index af694fdf64..d25ddef6e5 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -34,7 +34,7 @@ static int help(void) { printf("%s [OPTIONS...] COMMAND ...\n\n" - "Query or change firmware and boot mananger settings.\n\n" + "Query or change firmware and boot manager settings.\n\n" " -h --help Show this help\n" " --version Show package version\n" "Commands:\n" |