diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 00:08:14 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 00:08:14 +0200 |
commit | 3c944ece469440557b53e65c82e4e574f7077627 (patch) | |
tree | 5761baa8d901df0547848adbdcee25a2896ed274 /mkfs/options.c | |
parent | 56d5656d52e79077d67e141bb48fb433f255a81f (diff) |
gensquashfs: Fix typo in help text
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'mkfs/options.c')
-rw-r--r-- | mkfs/options.c | 2 |
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" |