review comment fixes

This commit is contained in:
BVK Chaitanya 2010-08-25 18:39:00 +05:30
parent d24c6190ae
commit cd6891117f
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ grub_context_init (void)
grub_env_export ("prefix");
export_cmd = grub_register_command ("export", grub_cmd_export,
N_("ENVVAR..."),
N_("ENVVAR [ENVVAR] ..."),
N_("Export variables."));
}