mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
parent
7d7a636f24
commit
cb40507b7b
1 changed files with 1 additions and 1 deletions
|
@ -4018,7 +4018,7 @@ static int internal_help(const wchar_t *cmd)
|
|||
{
|
||||
CHECK(cmd, 0);
|
||||
return contains(cmd, L"for", L"while", L"function",
|
||||
L"if", L"end", L"switch", L"case", L"count");
|
||||
L"if", L"end", L"switch", L"case", L"count", L"printf");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue