From 785f95d0afcd1f125a3a6ad0af7b43843d8e81a6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 16 Nov 2023 19:45:26 +0100 Subject: [PATCH] head(1): Fix typo in flag name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The shorthand for the ‘--bytes’ flag is ‘-c’, not ‘-b’. --- Base/usr/share/man/man1/head.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man1/head.md b/Base/usr/share/man/man1/head.md index dad85f4ef9b..0daa38f7042 100644 --- a/Base/usr/share/man/man1/head.md +++ b/Base/usr/share/man/man1/head.md @@ -22,7 +22,7 @@ With no `file`, or when `file` is `-`, read standard input. ## Options * `-n` `--number=NUM`: Number of lines to print (default 10) -* `-b` `--bytes=NUM`: Number of bytes to print +* `-c` `--bytes=NUM`: Number of bytes to print * `-q` `--quiet`: Never print filenames * `-v` `--verbose`: Always print filenames