Correct the extract function help message
Cc: Bob Feng <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: Yunhua Feng <[email protected]>
---
BaseTools/Source/C/FMMT/FirmwareModuleManagement.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/BaseTools/Source/C/FMMT/FirmwareModuleManagement.c
b/BaseTools/Source/C/FMMT/FirmwareModuleManagement.c
index db9b585541..e0ba27f6a1 100644
--- a/BaseTools/Source/C/FMMT/FirmwareModuleManagement.c
+++ b/BaseTools/Source/C/FMMT/FirmwareModuleManagement.c
@@ -1,10 +1,10 @@
/** @file
FMMT main routine.
-Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2019-2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include "FirmwareModuleManagement.h"
@@ -85,12 +85,12 @@ Usage (
Delete a file (or files) from the firmware volume in an FD
binary\n");
//
// Command Line for Extract ffs file from FV
//
- fprintf (stdout, " -e <input-binary-file> <FV-id> <File-Name> [<FV-id>
<File-Name> ...] <output-binary-file|output-directory>\n\
- Delete a file (or files) from the firmware volume in an FD
binary\n");
+ fprintf (stdout, " -e <input-binary-file> <FV-id> <File-Name|File-Guid>
[<FV-id> <File-Name|File-Guid> ...] <output-binary-file|output-directory>\n\
+ Extract a file (or files) from the firmware volume in an FD
binary\n");
//
// Command Line for Add
//
fprintf (stdout, " -a <input-binary-file> <FV-id> <NewFilePath> [<FV-id>
<NewFilePath> ...] <output-binary-file>\n\
--
2.12.2.windows.2
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#57497): https://edk2.groups.io/g/devel/message/57497
Mute This Topic: https://groups.io/mt/73073082/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-