From d77118f46070f71eaafa3be1c7d24226ddcc2846 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Mon, 8 Sep 2025 15:48:01 -0400 Subject: [PATCH] rev: add --zero option to --help output Signed-off-by: Christian Goeschel Ndjomouo --- text-utils/rev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/text-utils/rev.c b/text-utils/rev.c index 4c2357a7e..3b27fdbbf 100644 --- a/text-utils/rev.c +++ b/text-utils/rev.c @@ -80,6 +80,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_("Reverse lines characterwise.\n"), out); fputs(USAGE_OPTIONS, out); + fputs(_(" -0, --zero use the NUL byte as line separator\n"), out); fprintf(out, USAGE_HELP_OPTIONS(16)); fprintf(out, USAGE_MAN_TAIL("rev(1)")); -- 2.47.3