[PATCH] client: fix typo in help text

Ray Strode halfline at gmail.com
Thu May 17 19:25:11 UTC 2018


Thanks, pushed both:

╎❯ git push origin master
Counting objects: 52, done.
Delta compression using up to 12 threads.
Compressing objects: 100% (52/52), done.
Writing objects: 100% (52/52), 7.09 KiB | 18.00 KiB/s, done.
Total 52 (delta 37), reused 0 (delta 0)
To ssh://git.freedesktop.org/git/plymouth
   555257c..2b5b27c  master -> master

On Fri, Apr 27, 2018 at 9:23 AM, Ulrich Ölmann <u.oelmann at pengutronix.de> wrote:
> Signed-off-by: Ulrich Ölmann <u.oelmann at pengutronix.de>
> ---
>  src/client/plymouth.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/client/plymouth.c b/src/client/plymouth.c
> index 97caf6545ec6..46a64f549903 100644
> --- a/src/client/plymouth.c
> +++ b/src/client/plymouth.c
> @@ -897,7 +897,7 @@ main (int    argc,
>                                          "get-splash-plugin-path", "Get directory where splash plugins are installed", PLY_COMMAND_OPTION_TYPE_FLAG,
>                                          "newroot", "Tell boot daemon that new root filesystem is mounted", PLY_COMMAND_OPTION_TYPE_STRING,
>                                          "quit", "Tell boot daemon to quit", PLY_COMMAND_OPTION_TYPE_FLAG,
> -                                        "ping", "Check of boot daemon is running", PLY_COMMAND_OPTION_TYPE_FLAG,
> +                                        "ping", "Check if boot daemon is running", PLY_COMMAND_OPTION_TYPE_FLAG,
>                                          "has-active-vt", "Check if boot daemon has an active vt", PLY_COMMAND_OPTION_TYPE_FLAG,
>                                          "sysinit", "Tell boot daemon root filesystem is mounted read-write", PLY_COMMAND_OPTION_TYPE_FLAG,
>                                          "show-splash", "Show splash screen", PLY_COMMAND_OPTION_TYPE_FLAG,
> --
> 2.17.0
>
> _______________________________________________
> plymouth mailing list
> plymouth at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/plymouth


More information about the plymouth mailing list