Skip to content

Commit 7950cd5

Browse files
committed
doc: add -h & -V to extensions
1 parent 67d962a commit 7950cd5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/src/extensions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ We support a third way:
2222
$ ls -w=80
2323
```
2424

25+
With GNU coreutils, `--help` usually prints the help message and `--version` prints the version.
26+
We also commonly provide short options: `-h` for help and `-V` for version.
27+
2528
## `env`
2629

2730
GNU `env` allows the empty string to be used as an environment variable name.
@@ -51,7 +54,7 @@ etc.).
5154

5255
This utility does not exist in GNU coreutils. The behavior is modeled after both
5356
the `b2sum` utility of GNU and the
54-
[`b3sum`](https://github.com/BLAKE3-team/BLAKE3) utility by the BLAKE3 team. It also
57+
[`b3sum`](https://github.com/BLAKE3-team/BLAKE3) utility by the BLAKE3 team. It also
5558
supports the `--no-names` option, that does not appear in the GNU utility.
5659

5760
## `more`

0 commit comments

Comments
 (0)