From: Ian Jackson Date: Fri, 19 Jun 2020 11:06:01 +0000 (+0100) Subject: README.md: Fix bungled markup for `fetch` X-Git-Tag: nailing-cargo/1.0.0~153 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0c04480525390b8f895b9f1ede85ac1eb9887da3;p=nailing-cargo.git README.md: Fix bungled markup for `fetch` Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index f4ae209..a3d1f86 100644 --- 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 =============