From 4def4f3b96cb01cefe8d7887e8dbfb77908ef267 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 6 May 2020 17:03:39 +0100 Subject: [PATCH] Fix typo --- cmd/docs.gen.go | 4 ++-- docs/REFERENCE.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/docs.gen.go b/cmd/docs.gen.go index 7e547c8af26..d1b7b687cf6 100644 --- a/cmd/docs.gen.go +++ b/cmd/docs.gen.go @@ -1558,7 +1558,7 @@ func init() { " * [`forget` *targets*](#forget-targets)\n" + " * [`git` [*arguments*]](#git-arguments)\n" + " * [`help` *command*](#help-command)\n" + - " * [`hg` [*arguments]](#hg-arguments)\n" + + " * [`hg` [*arguments*]](#hg-arguments)\n" + " * [`init` [*repo*]](#init-repo)\n" + " * [`import` *filename*](#import-filename)\n" + " * [`manage` *targets*](#manage-targets)\n" + @@ -2146,7 +2146,7 @@ func init() { "\n" + "Print the help associated with *command*.\n" + "\n" + - "### `hg` [*arguments]\n" + + "### `hg` [*arguments*]\n" + "\n" + "Run `hg` *arguments* in the source directory. Note that flags in *arguments*\n" + "must occur after `--` to prevent chezmoi from interpreting them.\n" + diff --git a/docs/REFERENCE.md b/docs/REFERENCE.md index 9c722427005..ed6095668a7 100644 --- a/docs/REFERENCE.md +++ b/docs/REFERENCE.md @@ -44,7 +44,7 @@ Manage your dotfiles securely across multiple machines. * [`forget` *targets*](#forget-targets) * [`git` [*arguments*]](#git-arguments) * [`help` *command*](#help-command) - * [`hg` [*arguments]](#hg-arguments) + * [`hg` [*arguments*]](#hg-arguments) * [`init` [*repo*]](#init-repo) * [`import` *filename*](#import-filename) * [`manage` *targets*](#manage-targets) @@ -632,7 +632,7 @@ must occur after `--` to prevent chezmoi from interpreting them. Print the help associated with *command*. -### `hg` [*arguments] +### `hg` [*arguments*] Run `hg` *arguments* in the source directory. Note that flags in *arguments* must occur after `--` to prevent chezmoi from interpreting them.