Date: Sun, 21 Apr 2019 03:16:09 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r346472 - stable/11/stand/efi/libefi Message-ID: <201904210316.x3L3G9kU010398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Sun Apr 21 03:16:09 2019 New Revision: 346472 URL: https://svnweb.freebsd.org/changeset/base/346472 Log: MFC r336424-r336425: loader command typos r336424: Fix typo in the command summary. Of course, I can't get the command to work, but it's a start... r336425: More typos Modified: stable/11/stand/efi/libefi/env.c Directory Properties: stable/11/ (props changed) Modified: stable/11/stand/efi/libefi/env.c ============================================================================== --- stable/11/stand/efi/libefi/env.c Sun Apr 21 03:15:11 2019 (r346471) +++ stable/11/stand/efi/libefi/env.c Sun Apr 21 03:16:09 2019 (r346472) @@ -114,12 +114,12 @@ command_efi_show(int argc, char *argv[]) /* * efi-show [-a] * print all the env - * efi-show -u UUID + * efi-show -g UUID * 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 UUID var + * efi-show -g UUID -v var + * efi-show UUID var * print all the env vars that match UUID and var */ /* NB: We assume EFI_GUID is the same as uuid_t */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904210316.x3L3G9kU010398>