mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-04 20:51:15 -03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user