From d42c026c72cfcdd6db16bb9df8184859054f0ca3 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Tue, 17 Nov 2015 15:39:42 -0800 Subject: [PATCH] fs2tar: Fix typo Signed-off-by: Conrad Meyer --- tools/lkl/fs2tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lkl/fs2tar.c b/tools/lkl/fs2tar.c index 02f5ba75e0347b..1c95bc4feedcc9 100644 --- a/tools/lkl/fs2tar.c +++ b/tools/lkl/fs2tar.c @@ -26,7 +26,7 @@ static struct argp_option options[] = { {"filesystem-type", 't', "string", 0, "select filesystem type - mandatory"}, {"selinux-contexts", 's', "file", 0, - "export sexlinux contexts to file"}, + "export selinux contexts to file"}, {0}, };