summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c')
-rw-r--r--ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c b/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c
index 91817ee291..d1a056898a 100644
--- a/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c
+++ b/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c
@@ -38,8 +38,8 @@ Test(CONST VOID*b1, CONST VOID*b2)
The ShellCEntryLib library instance wrappers the actual UEFI application
entry point and calls this ShellAppMain function.
- @param ImageHandle The image handle of the UEFI Application.
- @param SystemTable A pointer to the EFI System Table.
+ @param Argc Argument count
+ @param Argv The parsed arguments
@retval 0 The application exited normally.
@retval Other An error occurred.