From e016fa8fdcd15b9db94b847de6b09b369e5805b6 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Fri, 1 Jul 2016 15:19:24 -0400 Subject: [PATCH 58/60] Fix inline help typo (#1232168) Discovered a typo while synchronizing the inline help with the man pages and fixed it. Related: rhbz#1232168 --- grubby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grubby.c b/grubby.c index c379388..ab2c025 100644 --- a/grubby.c +++ b/grubby.c @@ -4824,7 +4824,7 @@ int main(int argc, const char **argv) NULL}, {"boot-filesystem", 0, POPT_ARG_STRING, &bootPrefix, 0, _ - ("filestystem which contains /boot directory (for testing only)"), + ("filesystem which contains /boot directory (for testing only)"), _("bootfs")}, #if defined(__i386__) || defined(__x86_64__) || defined (__powerpc64__) || defined (__ia64__) {"bootloader-probe", 0, POPT_ARG_NONE, &bootloaderProbe, 0, -- 2.5.5