mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
builtin: read's --shell long option should require an argument
The short option -s doesn't need it and it won't be used. Signed-off-by: Grissiom <chaos.proton@gmail.com>
This commit is contained in:
parent
4f9b07e979
commit
081e277fe4
1 changed files with 1 additions and 1 deletions
|
@ -2070,7 +2070,7 @@ static int builtin_read( wchar_t **argv )
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{
|
{
|
||||||
L"shell", required_argument, 0, 's'
|
L"shell", no_argument, 0, 's'
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue