From 0c04480525390b8f895b9f1ede85ac1eb9887da3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Jun 2020 12:06:01 +0100 Subject: [PATCH] README.md: Fix bungled markup for `fetch` Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ============= -- 2.30.2