summaryrefslogtreecommitdiffstats
path: root/commands/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cat.c')
-rw-r--r--commands/cat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/cat.c b/commands/cat.c
index 59b93a90d8..c0a93d89d4 100644
--- a/commands/cat.c
+++ b/commands/cat.c
@@ -90,11 +90,11 @@ static const __maybe_unused char cmd_cat_help[] =
"Concatenate files on stdout. Currently only printable characters\n"
"and \\n and \\t are printed, but this should be optional\n";
-U_BOOT_CMD_START(cat)
+BAREBOX_CMD_START(cat)
.cmd = do_cat,
.usage = "concatenate file(s)",
- U_BOOT_CMD_HELP(cmd_cat_help)
-U_BOOT_CMD_END
+ BAREBOX_CMD_HELP(cmd_cat_help)
+BAREBOX_CMD_END
/**
* @page cat_command cat (concatenate)