summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkfs/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs/options.c b/mkfs/options.c
index 69e66f4..ff7766c 100644
--- a/mkfs/options.c
+++ b/mkfs/options.c
@@ -79,7 +79,7 @@ static const char *help_string =
" mtime=<value> 0 if not set.\n"
"\n"
#ifdef WITH_SELINUX
-" --selinux, s <file> Specify an SELinux label file to get context\n"
+" --selinux, -s <file> Specify an SELinux label file to get context\n"
" attributes from.\n"
#endif
" --force, -f Overwrite the output file if it exists.\n"