svn commit: r336424 - head/stand/efi/libefi

Warner Losh imp at FreeBSD.org
Tue Jul 17 20:11:53 UTC 2018


Author: imp
Date: Tue Jul 17 20:11:52 2018
New Revision: 336424
URL: https://svnweb.freebsd.org/changeset/base/336424

Log:
  Fix typo in the command summary.
  
  Of course, I can't get the command to work, but it's a start...

Modified:
  head/stand/efi/libefi/env.c

Modified: head/stand/efi/libefi/env.c
==============================================================================
--- head/stand/efi/libefi/env.c	Tue Jul 17 19:46:52 2018	(r336423)
+++ head/stand/efi/libefi/env.c	Tue Jul 17 20:11:52 2018	(r336424)
@@ -118,7 +118,7 @@ command_efi_show(int argc, char *argv[])
 	 *	print all the env vars tagged with UUID
 	 * efi-show -v var
 	 *	search all the env vars and print the ones matching var
-	 * eif-show -u UUID -v var
+	 * eif-show -g UUID -v var
 	 * eif-show UUID var
 	 *	print all the env vars that match UUID and var
 	 */


More information about the svn-src-all mailing list