mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 05:01:38 +08:00
builtin: fix typo in builtin description
This commit is contained in:
parent
f6db6c41e6
commit
b225ab42aa
@ -355,7 +355,7 @@ static constexpr builtin_data_t builtin_datas[] = {
|
||||
{L":", &builtin_true, N_(L"Return a successful result")},
|
||||
{L"[", &builtin_test, N_(L"Test a condition")},
|
||||
{L"_", &builtin_gettext, N_(L"Translate a string")},
|
||||
{L"abbr", &builtin_abbr, N_(L"Manage generics")},
|
||||
{L"abbr", &builtin_abbr, N_(L"Manage abbreviations")},
|
||||
{L"and", &builtin_generic, N_(L"Run command if last command succeeded")},
|
||||
{L"argparse", &builtin_argparse, N_(L"Parse options in fish script")},
|
||||
{L"begin", &builtin_generic, N_(L"Create a block of code")},
|
||||
|
Loading…
x
Reference in New Issue
Block a user