[PATCH] cryptpw: typo in usage message

Denys Vlasenko vda.linux at googlemail.com
Tue Feb 2 13:55:06 UTC 2021


Applied, thank you.

On Tue, Jan 26, 2021 at 2:02 PM Ron Yorston <rmy at pobox.com> wrote:
>
> '[-p N]' should be '[-P N]' in the trivial usage message.
>
> Signed-off-by: Ron Yorston <rmy at pobox.com>
> ---
>  loginutils/cryptpw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c
> index 645f1bb09..a8f404898 100644
> --- a/loginutils/cryptpw.c
> +++ b/loginutils/cryptpw.c
> @@ -32,7 +32,7 @@
>  //kbuild:lib-$(CONFIG_MKPASSWD) += cryptpw.o
>
>  //usage:#define cryptpw_trivial_usage
> -//usage:       "[-s] [-p N] [-m TYPE] [-S SALT] [PASSWORD] [SALT]"
> +//usage:       "[-s] [-P N] [-m TYPE] [-S SALT] [PASSWORD] [SALT]"
>  /* We do support -s, we just don't mention it */
>  //usage:#define cryptpw_full_usage "\n\n"
>  //usage:       "Print crypt(3) hashed PASSWORD\n"
> --
> 2.29.2
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list