Update comments in DmpStore.c to be more suitable.
Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13223 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Main file for DmpStore shell Debug1 function.
|
Main file for DmpStore shell Debug1 function.
|
||||||
|
|
||||||
Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -242,7 +242,7 @@ ShellCommandRunDmpStore (
|
|||||||
}
|
}
|
||||||
if (ShellStatus == SHELL_SUCCESS) {
|
if (ShellStatus == SHELL_SUCCESS) {
|
||||||
if (ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-l")) {
|
if (ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-l")) {
|
||||||
///@todo fix this after Jordan makes lib...
|
///@todo fix this after lib ready...
|
||||||
ShellPrintEx(-1, -1, L"Not implemeneted yet.\r\n");
|
ShellPrintEx(-1, -1, L"Not implemeneted yet.\r\n");
|
||||||
ShellStatus = SHELL_UNSUPPORTED;
|
ShellStatus = SHELL_UNSUPPORTED;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user