Make more of the functions in share/functions print error messages to stderr

This commit is contained in:
Thom Chiovoloni
2022-04-03 20:57:55 -07:00
committed by Fabian Boehm
parent 84bd1715d8
commit a770ff144e
17 changed files with 31 additions and 31 deletions

View File

@@ -37,7 +37,7 @@ function __fish_print_help --description "Print help message for the specified f
set -a format -rLL={$cols}n
end
else
echo fish: (_ "Cannot format help; no parser found")
echo fish: (_ "Cannot format help; no parser found") >&2
return 1
end