summaryrefslogtreecommitdiffstats
path: root/commands/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/umount.c')
-rw-r--r--commands/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/umount.c b/commands/umount.c
index 3db3527aac..1314473cdd 100644
--- a/commands/umount.c
+++ b/commands/umount.c
@@ -40,7 +40,7 @@ static int do_umount (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-static __maybe_unused char cmd_umount_help[] =
+static const __maybe_unused char cmd_umount_help[] =
"Usage: umount <mountpoint>\n"
"umount a filesystem mounted on a specific mountpoint\n";