mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Minor fix to order of arguments in error-message.
This commit is contained in:
parent
4d19bb17a9
commit
1afdbb848e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function vared --description "Edit variable value"
|
|||
end
|
||||
else
|
||||
|
||||
printf (_ '%s: %s is an array variable. Use %svared%s %s[n] to edit the n:th element of %s\n') $argv (set_color $fish_color_command) (set_color $fish_color_normal) vared $argv $argv
|
||||
printf (_ '%s: %s is an array variable. Use %svared%s %s[n] to edit the n:th element of %s\n') vared $argv (set_color $fish_color_command) (set_color $fish_color_normal) $argv $argv
|
||||
end
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue