We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d962a commit 7950cd5Copy full SHA for 7950cd5
1 file changed
docs/src/extensions.md
@@ -22,6 +22,9 @@ We support a third way:
22
$ ls -w=80
23
```
24
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
+
28
## `env`
29
30
GNU `env` allows the empty string to be used as an environment variable name.
@@ -51,7 +54,7 @@ etc.).
51
54
52
55
This utility does not exist in GNU coreutils. The behavior is modeled after both
53
56
the `b2sum` utility of GNU and the
-[`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
58
supports the `--no-names` option, that does not appear in the GNU utility.
59
60
## `more`
0 commit comments