* grub-core/commands/probe.c (grub_cmd_probe): Fix error message.
This commit is contained in:
parent
33f784e881
commit
11a775a3ad
2 changed files with 5 additions and 1 deletions
|
@ -136,7 +136,7 @@ grub_cmd_probe (grub_extcmd_context_t ctxt, int argc, char **args)
|
|||
return err;
|
||||
if (! label)
|
||||
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
|
||||
"uuid for this FS isn't supported yet");
|
||||
"label for this FS isn't supported yet");
|
||||
|
||||
if (state[0].set)
|
||||
grub_env_set (state[0].arg, label);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue