From 2fb08080bb4d7c6a3a9f9162b369ddbdad904f5b Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 24 Mar 2024 23:26:08 +0100 Subject: [PATCH] qemush : majuscule dans un message d'erreur :( --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 4e972f2..247fc64 100755 --- a/bin/qemush +++ b/bin/qemush @@ -44,7 +44,7 @@ EOF # Function to throw an invalid usage error (skill issue) error_usage() { - perror "Invalid usage" + perror "invalid usage" >&2 public_help return 1 }