aboutsummaryrefslogtreecommitdiff
path: root/cmd/sandbox/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sandbox/exception.c')
-rw-r--r--cmd/sandbox/exception.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmd/sandbox/exception.c b/cmd/sandbox/exception.c
index 1aa1d673ae..c082401ce6 100644
--- a/cmd/sandbox/exception.c
+++ b/cmd/sandbox/exception.c
@@ -31,11 +31,10 @@ 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"
- " sigsegv - illegal memory access\n"
- ;
+ " sigsegv - illegal memory access\n");
#include <exception.h>