[PATCH 1/1] xxd: fix typo in trivial usage
Denys Vlasenko
vda.linux at googlemail.com
Thu Dec 8 16:19:22 UTC 2022
Applied, thank you
On Fri, Dec 2, 2022 at 4:54 PM Brandon Maier <brandon.maier at collins.com> wrote:
>
> Signed-off-by: Brandon Maier <brandon.maier at collins.com>
> ---
> util-linux/hexdump_xxd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c
> index 6629407de..45391b565 100644
> --- a/util-linux/hexdump_xxd.c
> +++ b/util-linux/hexdump_xxd.c
> @@ -41,7 +41,7 @@
> // -u use upper case hex letters.
>
> //usage:#define xxd_trivial_usage
> -//usage: "[-pri] [-g N] [-c N] [-n LEN] [-s OFS] [-o OFS] [FILE]"
> +//usage: "[-pri] [-g N] [-c N] [-l LEN] [-s OFS] [-o OFS] [FILE]"
> //usage:#define xxd_full_usage "\n\n"
> //usage: "Hex dump FILE (or stdin)\n"
> //usage: "\n -g N Bytes per group"
> --
> 2.38.1
>
More information about the busybox
mailing list