summaryrefslogtreecommitdiffstats
path: root/commands/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rm.c')
-rw-r--r--commands/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/rm.c b/commands/rm.c
index e8bc777eae..f8a84f3eab 100644
--- a/commands/rm.c
+++ b/commands/rm.c
@@ -44,7 +44,7 @@ static int do_rm (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-static __maybe_unused char cmd_rm_help[] =
+static const __maybe_unused char cmd_rm_help[] =
"Usage: rm [FILES]\n"
"Remove files\n";