mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 08:43:09 -03:00
Fix short/long delimiter in string {match,replace}
- We use `()` not `[]`, as can be seen in e.g. `string split`
This commit is contained in:
@@ -10,7 +10,7 @@ Synopsis
|
||||
|
||||
string match [-a | --all] [-e | --entire] [-i | --ignore-case]
|
||||
[-g | --groups-only] [-r | --regex] [-n | --index]
|
||||
[-q | --quiet] [-v | --invert] [[-m | --max-matches] MAX]
|
||||
[-q | --quiet] [-v | --invert] [(-m | --max-matches) MAX]
|
||||
PATTERN [STRING ...]
|
||||
|
||||
.. END SYNOPSIS
|
||||
|
||||
Reference in New Issue
Block a user