From 359a7232e6f9bbb693a418b7289e521f5884ae16 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 6 Feb 2024 16:07:23 +0300 Subject: Add applications for hidden BIOS settings lesson Signed-off-by: Konstantin Aladyshev --- UefiLessonsPkg/ShowHIIext/Strings.uni | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 UefiLessonsPkg/ShowHIIext/Strings.uni (limited to 'UefiLessonsPkg/ShowHIIext/Strings.uni') diff --git a/UefiLessonsPkg/ShowHIIext/Strings.uni b/UefiLessonsPkg/ShowHIIext/Strings.uni new file mode 100644 index 0000000..8c04771 --- /dev/null +++ b/UefiLessonsPkg/ShowHIIext/Strings.uni @@ -0,0 +1,20 @@ +// +// Copyright (c) 2024, Konstantin Aladyshev +// +// SPDX-License-Identifier: MIT +// + +#langdef en-US "English" + +#string STR_HELP #language en-US "" +".TH ShowHIIext 0 "Show HII database packages"\r\n" +".SH NAME\r\n" +"Shows packages installed into the HII database.\r\n" +".SH SYNOPSIS\r\n" +"\r\n" +"SHOWHIIEXT [-b] [save []]\r\n" +".SH OPTIONS\r\n" +"\r\n" +" -b - Display one screen at a time\r\n" +" save - Save all package lists as files\r\n" +" save - Save package list with index as a file\r\n" -- cgit v1.2.3-18-g5258