summaryrefslogtreecommitdiffstats
path: root/commands/rmdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/rmdir.c')
-rw-r--r--commands/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/rmdir.c b/commands/rmdir.c
index 182fa3760c..aaa7f80a72 100644
--- a/commands/rmdir.c
+++ b/commands/rmdir.c
@@ -23,7 +23,7 @@ static int do_rmdir (cmd_tbl_t *cmdtp, int argc, char *argv[])
return 0;
}
-static __maybe_unused char cmd_rmdir_help[] =
+static const __maybe_unused char cmd_rmdir_help[] =
"Usage: rmdir [directories]\n"
"Remove directories. The directories have to be empty.\n";