mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Add newline to error message in alias.fish. This problem was reported by flixil.
darcs-hash:20070412115221-ac50b-0ff23d6e2158522d10c7e799dc9f1594112f1869.gz
This commit is contained in:
parent
5a670e2a96
commit
a03a4d1ba3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function alias --description "Legacy function for creating shellscript functions
|
||||||
set body $argv[2]
|
set body $argv[2]
|
||||||
|
|
||||||
case \*
|
case \*
|
||||||
printf ( _ "%s: Expected one or two arguments, got %d") alias (count $argv)
|
printf ( _ "%s: Expected one or two arguments, got %d\n") alias (count $argv)
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue