summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/ShellCTestApp
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Application/ShellCTestApp')
-rw-r--r--ShellPkg/Application/ShellCTestApp/ShellCTestApp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c
index 0a50278d7f..0a60af0932 100644
--- a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c
+++ b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c
@@ -1,5 +1,6 @@
/** @file
- This is THE shell (application)
+ This is a test application that demonstrates how to use the C-style entry point
+ for a shell application.
Copyright (c) 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -13,7 +14,6 @@
**/
#include <Uefi.h>
-
#include <Library/UefiLib.h>
#include <Library/DebugLib.h>
#include <Library/ShellCEntryLib.h>
@@ -47,4 +47,4 @@ ShellAppMain (
}
return 0;
-} \ No newline at end of file
+}