mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
remove incorrect statement from string docs
Another change related to issue #3985. I forgot to includes this in my previous two changes related to to consistently returning status 121 when any command, not just `string`, is handed invalid args.
This commit is contained in:
@@ -30,8 +30,6 @@ Arguments beginning with `-` are normally interpreted as switches; `--` causes t
|
|||||||
|
|
||||||
Most subcommands accept a `-q` or `--quiet` switch, which suppresses the usual output but exits with the documented status.
|
Most subcommands accept a `-q` or `--quiet` switch, which suppresses the usual output but exits with the documented status.
|
||||||
|
|
||||||
In addition to the exit codes documented below, all the string subcommands exit with a value of 2 to indicate that an error occurred.
|
|
||||||
|
|
||||||
The following subcommands are available.
|
The following subcommands are available.
|
||||||
|
|
||||||
\subsection string-length "length" subcommand
|
\subsection string-length "length" subcommand
|
||||||
|
|||||||
Reference in New Issue
Block a user