Просмотр исходного кода

head(1): Fix typo in flag name

The shorthand for the ‘--bytes’ flag is ‘-c’, not ‘-b’.
Thomas Voss 1 год назад
Родитель
Сommit
785f95d0af
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Base/usr/share/man/man1/head.md

+ 1 - 1
Base/usr/share/man/man1/head.md

@@ -22,7 +22,7 @@ With no `file`, or when `file` is `-`, read standard input.
 ## Options
 ## Options
 
 
 * `-n` `--number=NUM`: Number of lines to print (default 10)
 * `-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
 * `-q` `--quiet`: Never print filenames
 * `-v` `--verbose`: Always print filenames
 * `-v` `--verbose`: Always print filenames