mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
doc: add -h & -V to extensions
This commit is contained in:
parent
67d962a035
commit
7950cd5ac2
1 changed files with 4 additions and 1 deletions
|
|
@ -22,6 +22,9 @@ We support a third way:
|
|||
$ ls -w=80
|
||||
```
|
||||
|
||||
With GNU coreutils, `--help` usually prints the help message and `--version` prints the version.
|
||||
We also commonly provide short options: `-h` for help and `-V` for version.
|
||||
|
||||
## `env`
|
||||
|
||||
GNU `env` allows the empty string to be used as an environment variable name.
|
||||
|
|
@ -51,7 +54,7 @@ etc.).
|
|||
|
||||
This utility does not exist in GNU coreutils. The behavior is modeled after both
|
||||
the `b2sum` utility of GNU and the
|
||||
[`b3sum`](https://github.com/BLAKE3-team/BLAKE3) utility by the BLAKE3 team. It also
|
||||
[`b3sum`](https://github.com/BLAKE3-team/BLAKE3) utility by the BLAKE3 team. It also
|
||||
supports the `--no-names` option, that does not appear in the GNU utility.
|
||||
|
||||
## `more`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue