1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-08 08:58:50 +03:00

fix args entry for nolocking

typo in previous commit
This commit is contained in:
David Teigland 2022-03-25 17:25:29 -05:00
parent f1578b4a5d
commit 86a0a652a9

View File

@ -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,