Minor fix to order of arguments in error-message.

This commit is contained in:
Kenneth Vestergaard 2013-03-09 00:52:36 +01:00 committed by ridiculousfish
parent 4d19bb17a9
commit 1afdbb848e

View file

@ -39,7 +39,7 @@ function vared --description "Edit variable value"
end end
else 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
end end
else else