chiark / gitweb /
README.md: Improve Make Cargo.lock leafnamme options
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 11:09:53 +0000 (12:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 11:09:53 +0000 (12:09 +0100)
Make the grammar and punctuation more consistent.  Reorganise the list
to make it easier to read.

Reported-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index 56981bc202e4f479d8806c057baea76f9e6f399e..b7e2e13f5777804c7799acb337ede7a828357e22 100644 (file)
--- 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 = <some leafname>`.
 
-  * `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 = <some leafname>`
+  * `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.