Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 04:30:38 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281061 - head/sys/boot/efi/loader
Message-ID:  <201504040430.t344UcGZ096632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Sat Apr  4 04:30:37 2015
New Revision: 281061
URL: https://svnweb.freebsd.org/changeset/base/281061

Log:
  loader/EFI: improve the help of the 'mode' command.

Modified:
  head/sys/boot/efi/loader/main.c

Modified: head/sys/boot/efi/loader/main.c
==============================================================================
--- head/sys/boot/efi/loader/main.c	Sat Apr  4 04:29:31 2015	(r281060)
+++ head/sys/boot/efi/loader/main.c	Sat Apr  4 04:30:37 2015	(r281061)
@@ -285,7 +285,7 @@ command_configuration(int argc, char *ar
 }
 
 
-COMMAND_SET(mode, "mode", "change or display text modes", command_mode);
+COMMAND_SET(mode, "mode", "change or display EFI text modes", command_mode);
 
 static int
 command_mode(int argc, char *argv[])
@@ -331,7 +331,7 @@ command_mode(int argc, char *argv[])
 	}
 
 	if (i != 0)
-		printf("Choose the mode with \"col <mode number>\"\n");
+		printf("Select a mode with the command \"mode <number>\"\n");
 
 	return (CMD_OK);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504040430.t344UcGZ096632>