aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/ShowHIIext/Strings.uni
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-06 16:07:23 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-06 16:07:23 +0300
commit359a7232e6f9bbb693a418b7289e521f5884ae16 (patch)
treea729e2ccfd1b642a602cb6bd50c89225a184a466 /UefiLessonsPkg/ShowHIIext/Strings.uni
parent1ec7447ed8f6cdcedb2a3c017573cc31f74d1a59 (diff)
downloadUEFI-Lessons-359a7232e6f9bbb693a418b7289e521f5884ae16.tar.gz
UEFI-Lessons-359a7232e6f9bbb693a418b7289e521f5884ae16.tar.bz2
UEFI-Lessons-359a7232e6f9bbb693a418b7289e521f5884ae16.zip
Add applications for hidden BIOS settings lesson
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/ShowHIIext/Strings.uni')
-rw-r--r--UefiLessonsPkg/ShowHIIext/Strings.uni20
1 files changed, 20 insertions, 0 deletions
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 <aladyshev22@gmail.com>
+//
+// 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 [<index>]]\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 <index> - Save package list with index <index> as a file\r\n"