Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed May 6, 2020
1 parent cbf8d4a commit 4def4f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/docs.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4def4f3

Please sign in to comment.