mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-05 05:11:15 -03:00
Make more of the functions in share/functions print error messages to stderr
This commit is contained in:
committed by
Fabian Boehm
parent
84bd1715d8
commit
a770ff144e
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user