head(1): Fix typo in flag name

The shorthand for the ‘--bytes’ flag is ‘-c’, not ‘-b’.
This commit is contained in:
Thomas Voss 2023-11-16 19:45:26 +01:00 committed by Daniel Bertalan
parent f6a9f613c7
commit 785f95d0af

View file

@ -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