What a mail subjet :)

Here you are:

        Running from a floppy that has grub2 installed in it inside qemu:

        grub> test /boot/grub/und-pc.lst
         /boot/grub/und-pc.lst
        grub> test /boot/grub/
        error: File does not exists.
        grub> test /boot/grub
        error: File does not exists.
        grub> test -e /boot/grub/und-pc.lst
        error: Unknown argument '-e'
        grub> help test
        Usage: test EXPRESSION
        Evaluate an expression
        
        -h, --help                      display this help and exit
        -u, --usage                     display the usage of this command and 
exit
        
        
        My question is: Why help search works as expected ?

        What was wrong with my options?

adrian15



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to