mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
head(1): Fix typo in flag name
The shorthand for the ‘--bytes’ flag is ‘-c’, not ‘-b’.
This commit is contained in:
parent
f6a9f613c7
commit
785f95d0af
Notes:
sideshowbarker
2024-07-17 03:14:39 +09:00
Author: https://github.com/Mango0x45 Commit: https://github.com/SerenityOS/serenity/commit/785f95d0af Pull-request: https://github.com/SerenityOS/serenity/pull/21962 Reviewed-by: https://github.com/BertalanD ✅
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue