From: BVK Chaitanya Date: Wed, 25 Aug 2010 13:09:00 +0000 (+0530) Subject: review comment fixes X-Git-Tag: 1.99~645^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6891117fee18f2a6c594ed39a5fccb85afd8fc;p=thirdparty%2Fgrub.git review comment fixes --- diff --git a/grub-core/normal/context.c b/grub-core/normal/context.c index 68f7626b9..ec718952d 100644 --- a/grub-core/normal/context.c +++ b/grub-core/normal/context.c @@ -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.")); }