docs/type: Correct "--no-functions"

This was accidentally changed in 3.2.0, when type was made a builtin.

Since it's been 4 releases and nobody has noticed, rather than
breaking things again let's leave it as it is, especially because the
option is named "--no-functions", not "--no-functions-or-builtins".
This commit is contained in:
Fabian Boehm
2023-08-21 17:44:21 +02:00
parent 53598d6a21
commit 79aeb1656c

View File

@@ -21,10 +21,10 @@ The following options are available:
Prints all of possible definitions of the specified names.
**-s** or **--short**
Suppresses function expansion when used with no options or with **-a**/**--all**.
Don't print function definitions when used with no options or with **-a**/**--all**.
**-f** or **--no-functions**
Suppresses function and builtin lookup.
Suppresses function lookup.
**-t** or **--type**
Prints ``function``, ``builtin``, or ``file`` if *NAME* is a shell function, builtin, or disk file, respectively.