summaryrefslogtreecommitdiff
path: root/cmd/x86/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/x86/exception.c')
-rw-r--r--cmd/x86/exception.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmd/x86/exception.c b/cmd/x86/exception.c
index 14b6bd6f493..02735494a3c 100644
--- a/cmd/x86/exception.c
+++ b/cmd/x86/exception.c
@@ -19,10 +19,9 @@ static struct cmd_tbl cmd_sub[] = {
"", ""),
};
-static char exception_help_text[] =
+U_BOOT_LONGHELP(exception,
"<ex>\n"
" The following exceptions are available:\n"
- " undefined - undefined instruction\n"
- ;
+ " undefined - undefined instruction\n");
#include <exception.h>