summaryrefslogtreecommitdiffstats
path: root/commands/partition.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/partition.c')
-rwxr-xr-xcommands/partition.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/partition.c b/commands/partition.c
index 164d4f0b5e..dfc4e0d1aa 100755
--- a/commands/partition.c
+++ b/commands/partition.c
@@ -226,7 +226,7 @@ err_out:
return 1;
}
-static __maybe_unused char cmd_addpart_help[] =
+static const __maybe_unused char cmd_addpart_help[] =
"Usage: addpart <device> <partition description>\n"
"\n"
"addpart adds a partition description to a device. The partition description\n"
@@ -286,7 +286,7 @@ static int do_delpart(cmd_tbl_t * cmdtp, int argc, char *argv[])
return 0;
}
-static __maybe_unused char cmd_delpart_help[] =
+static const __maybe_unused char cmd_delpart_help[] =
"Usage: delpart <device>\n"
"Delete partitions previously added to a device with addpart.\n";