diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-07-01 05:05:54 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-07-01 21:52:24 +0200 |
commit | 2a61a03293b2c2f79f81b792e006d5523a6f7678 (patch) | |
tree | 61f73d8d1b51b66ca6f3434fc4426b87ac562f4f | |
parent | 8ad503a7866066162828796c66489070d661dc44 (diff) | |
download | mkinitcpio-2a61a03293b2c2f79f81b792e006d5523a6f7678.tar.gz mkinitcpio-2a61a03293b2c2f79f81b792e006d5523a6f7678.tar.xz |
mkinitcpio: use msg instead of echo for hook help
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rwxr-xr-x | mkinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |