2008-07-12 Robert Millan <rmh@aybabtu.com>

* util/i386/pc/grub-mkrescue.in: s/grub-install/grub-mkrescue/g.
This commit is contained in:
robertmh 2008-07-12 15:40:50 +00:00
parent d49a4cf6a7
commit 9a745147b8
2 changed files with 5 additions and 1 deletions

View file

@ -66,7 +66,7 @@ for option in "$@"; do
usage
exit 0 ;;
-v | --version)
echo "grub-install (GNU GRUB ${PACKAGE_VERSION})"
echo "grub-mkrescue (GNU GRUB ${PACKAGE_VERSION})"
exit 0 ;;
--modules=*)
modules=`echo "$option" | sed 's/--modules=//'` ;;