summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2022-03-25 17:25:29 -0500
committerDavid Teigland <teigland@redhat.com>2022-03-25 17:25:29 -0500
commit86a0a652a9eedd932c7428ed82656f3fd40d13f8 (patch)
tree1564f872ad0e1b244c1907c0ca892855339863c7
parentf1578b4a5d0bf49ab2b07c86c982cfa5aaa60a84 (diff)
downloadlvm2-86a0a652a9eedd932c7428ed82656f3fd40d13f8.tar.gz
fix args entry for nolocking
typo in previous commit
-rw-r--r--tools/args.h2
1 files changed, 1 insertions, 1 deletions
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,