* main - fix args entry for nolocking
@ 2022-03-25 22:26 David Teigland
0 siblings, 0 replies; only message in thread
From: David Teigland @ 2022-03-25 22:26 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=86a0a652a9eedd932c7428ed82656f3fd40d13f8
Commit: 86a0a652a9eedd932c7428ed82656f3fd40d13f8
Parent: f1578b4a5d0bf49ab2b07c86c982cfa5aaa60a84
Author: David Teigland <teigland@redhat.com>
AuthorDate: Fri Mar 25 17:25:29 2022 -0500
Committer: David Teigland <teigland@redhat.com>
CommitterDate: Fri Mar 25 17:25:29 2022 -0500
fix args entry for nolocking
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,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-25 22:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-25 22:26 main - fix args entry for nolocking David Teigland
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.