summaryrefslogtreecommitdiffstats
path: root/commands/readline.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/readline.c')
-rw-r--r--commands/readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/readline.c b/commands/readline.c
index 921b72aeb8..cd24f3508a 100644
--- a/commands/readline.c
+++ b/commands/readline.c
@@ -47,7 +47,7 @@ static int do_readline (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-static __maybe_unused char cmd_readline_help[] =
+static const __maybe_unused char cmd_readline_help[] =
"Usage: readline <prompt> VAR\n"
"readline reads a line of user input into variable VAR.\n";