30 lines
942 B
Diff
30 lines
942 B
Diff
From 86a0a652a9eedd932c7428ed82656f3fd40d13f8 Mon Sep 17 00:00:00 2001
|
|
From: David Teigland <teigland@redhat.com>
|
|
Date: Fri, 25 Mar 2022 17:25:29 -0500
|
|
Subject: [PATCH] fix args entry for nolocking
|
|
|
|
Conflict:NA
|
|
Reference:https://sourceware.org/git/?p=lvm2.git;a=commit;h=86a0a652a9eedd932c7428ed82656f3fd40d13f8
|
|
|
|
typo in previous commit
|
|
---
|
|
tools/args.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tools/args.h b/tools/args.h
|
|
index ecb650234..03fe24556 100644
|
|
--- a/tools/args.h
|
|
+++ b/tools/args.h
|
|
@@ -499,7 +499,7 @@ arg(nohistory_ARG, '\0', "nohistory", 0, 0, 0,
|
|
"metadata/record_lvs_history is enabled.\n")
|
|
|
|
arg(nolocking_ARG, '\0', "nolocking", 0, 0, 0,
|
|
- "Disable locking. Use with caution, concurrent commands may produce\n")
|
|
+ "Disable locking. Use with caution, concurrent commands may produce\n"
|
|
"incorrect results.\n")
|
|
|
|
arg(norestorefile_ARG, '\0', "norestorefile", 0, 0, 0,
|
|
--
|
|
2.27.0
|
|
|