From ff2cadbf187176ccc7e4358b1ff245b9b25477a0 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 22 Aug 2024 14:38:40 +0200 Subject: [PATCH] cleanup: drop extra space --- tools/args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/args.h b/tools/args.h index 754079e71..9ff8a5ad8 100644 --- a/tools/args.h +++ b/tools/args.h @@ -693,7 +693,7 @@ arg(refresh_ARG, '\0', "refresh", 0, 0, 0, "If the LV is active, reload its metadata.\n" "In an environment where udev is used to manage the /dev content,\n" "usage of this option is highly recommended. This is because refresh\n" - "also regenerates udev events for an LV based on which existing udev \n" + "also regenerates udev events for an LV based on which existing udev\n" "rules are applied to set the /dev content and permissions.\n" "Also, this operation may be useful if something has gone wrong,\n" "or if some form of manual LV sharing is being used.\n")