From 3c944ece469440557b53e65c82e4e574f7077627 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 23 Jun 2019 00:08:14 +0200 Subject: gensquashfs: Fix typo in help text Signed-off-by: David Oberhollenzer --- mkfs/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= 0 if not set.\n" "\n" #ifdef WITH_SELINUX -" --selinux, s Specify an SELinux label file to get context\n" +" --selinux, -s Specify an SELinux label file to get context\n" " attributes from.\n" #endif " --force, -f Overwrite the output file if it exists.\n" -- cgit v1.2.3