summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmkinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 71d3e0d..1ac2496 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -127,7 +127,7 @@ while getopts ':c:k:sb:g:p:m:nvH:LMhS:t:z:' arg; do
error "No help for hook ${OPTARG}"
exit 1
fi
- echo "Help for hook '${OPTARG}':"
+ msg "Help for hook '${OPTARG}':"
help
exit 0 ;;
L) msg "Available hooks"