aboutsummaryrefslogtreecommitdiff
path: root/core/musl/files/getent
diff options
context:
space:
mode:
Diffstat (limited to 'core/musl/files/getent')
-rwxr-xr-xcore/musl/files/getent2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/musl/files/getent b/core/musl/files/getent
index 145be4ba..fb1e16a9 100755
--- a/core/musl/files/getent
+++ b/core/musl/files/getent
@@ -38,7 +38,7 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-out() { printf '%s\n' "$@" ;}
+out() { printf '%s\n' "$@" >&2 ;}
usage() {
out "usage: ${0##*/} [database] [key ...]" \
" database may be one of:" \