chiark / gitweb /
README.md: Fix bungled markup for `fetch`
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 11:06:01 +0000 (12:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Jun 2020 11:06:01 +0000 (12:06 +0100)
Reported-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index f4ae209c29b3075522837f3792b2e8ff026a9ecd..a3d1f86e2eca2da608b31b3cf223a00690d35555 100644 (file)
--- a/README.md
+++ b/README.md
@@ -233,14 +233,14 @@ Command-line options
        makes any difference with `-m`, since otherwise no
        `--target-dir` would be passed anyway.  Additionally this is
        done automatically when nailing-cargo sees that the cargo
-       subcommand is one which needs it, eg `fetch'.
+       subcommand is one which needs it, eg `fetch`.
 
   * `-o` | `--online` | `--offline` | `-O`
 
        Whether to allow cargo to make network access.  nailing-cargo
        always passes `--offline` to cargo, unless `--online` is in
        force.  The default is offline, unless the cargo subcommand is
-       one which implies online (currently, `fetch').
+       one which implies online (currently, `fetch`).
 
 Configuration
 =============