summaryrefslogtreecommitdiffstats
path: root/commands/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cat.c')
-rw-r--r--commands/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/cat.c b/commands/cat.c
index 0840fdfeae..d6f9b7a6f9 100644
--- a/commands/cat.c
+++ b/commands/cat.c
@@ -84,7 +84,7 @@ out:
return err;
}
-static __maybe_unused char cmd_cat_help[] =
+static const __maybe_unused char cmd_cat_help[] =
"Usage: cat [FILES]\n"
"Concatenate files on stdout. Currently only printable characters\n"
"and \\n and \\t are printed, but this should be optional\n";