(search_file): Improve error message.

(GRUB_MOD_INIT(search)): Add missing `-n' to help output.
This commit is contained in:
robertmh 2009-06-22 20:19:13 +00:00
parent c952cf92a1
commit cc3752ad73
2 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
* commands/search.c (grub_cmd_search): Macroify hardcoded args[]
indexes. Check for -f explicitly.
(search_file): Improve error message.
(GRUB_MOD_INIT(search)): Add missing `-n' to help output.
2009-06-22 Robert Millan <rmh.grub@aybabtu.com>