summaryrefslogtreecommitdiffstats
path: root/commands/loadenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/loadenv.c')
-rw-r--r--commands/loadenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/loadenv.c b/commands/loadenv.c
index 5db132cc37..ee76699415 100644
--- a/commands/loadenv.c
+++ b/commands/loadenv.c
@@ -43,7 +43,7 @@ static int do_loadenv(cmd_tbl_t *cmdtp, int argc, char *argv[])
return envfs_load(filename, dirname);
}
-static __maybe_unused char cmd_loadenv_help[] =
+static const __maybe_unused char cmd_loadenv_help[] =
"Usage: loadenv [ENVFS] [DIRECTORY]\n"
"Load the persistent storage contained in <envfs> to the directory\n"
"<directory>.\n"