mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Fix typo in nocow option description
This commit is contained in:
parent
52904aa886
commit
3e4c118c23
@ -193,7 +193,7 @@ Log transaction function names in journal
|
||||
.It Fl -nocow
|
||||
Nocow mode: Writes will be done in place when possible.
|
||||
.sp
|
||||
Snapshots and reflink will still caused writes to be COW.
|
||||
Snapshots and reflink will still cause writes to be COW.
|
||||
.sp
|
||||
This flag implicitly disables data checksumming, compression and
|
||||
encryption.
|
||||
@ -357,7 +357,7 @@ to be used
|
||||
.It Fl -nocow
|
||||
Nocow mode: Writes will be done in place when possible.
|
||||
.sp
|
||||
Snapshots and reflink will still caused writes to be COW.
|
||||
Snapshots and reflink will still cause writes to be COW.
|
||||
.sp
|
||||
This flag implicitly disables data checksumming, compression and
|
||||
encryption.
|
||||
|
@ -446,7 +446,7 @@ enum fsck_err_opts {
|
||||
OPT_BOOL(), \
|
||||
BCH_SB_NOCOW, false, \
|
||||
NULL, "Nocow mode: Writes will be done in place when possible.\n"\
|
||||
"Snapshots and reflink will still caused writes to be COW\n"\
|
||||
"Snapshots and reflink will still cause writes to be COW\n"\
|
||||
"Implicitly disables data checksumming, compression and encryption")\
|
||||
x(nocow_enabled, u8, \
|
||||
OPT_FS|OPT_MOUNT, \
|
||||
|
Loading…
Reference in New Issue
Block a user