From 7a089e6a940f267a7bc2113583f329d3c89cd8b4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Jun 2020 12:09:53 +0100 Subject: [PATCH] README.md: Improve Make Cargo.lock leafnamme options Make the grammar and punctuation more consistent. Reorganise the list to make it easier to read. Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 56981bc..b7e2e13 100644 --- a/README.md +++ b/README.md @@ -265,14 +265,14 @@ Alternative `Cargo.lock` filename To control use of alternative `Cargo.lock` filename, use the section `[alt_cargolock]`. Settings here: - * `file = false`: disables this feature + * `file = `. - * `file = true`: equivalent to `file = "Cargo.lock.example"` - (this is the default). + * `file = true`: Equivalent to `file = "Cargo.lock.example"`. + (This is the default.) - * `file = ` + * `file = false`: Disables this feature. - * `force = false`: Use the alternative file only if it + * `force = false`: Uses the alternative filename only if it already exists. (This is the default.) * `force = true`: Always uses the alternative filename. -- 2.30.2