Commit caf394c8 by Joshua Lund

Fix some minor spelling mistakes in the hg module documentation

parent 4407ca80
......@@ -54,13 +54,13 @@ options:
default: "default"
force:
description:
- Discards uncommited changes. Runs C(hg update -C).
- Discards uncommitted changes. Runs C(hg update -C).
required: false
default: "yes"
choices: [ "yes", "no" ]
purge:
description:
- Delets untracked files. Runs C(hg purge). Note this requires C(purge) extension to
- Deletes untracked files. Runs C(hg purge). Note this requires C(purge) extension to
be enabled if C(purge=yes). This module will modify hgrc file on behalf of the user
and undo the changes before exiting the task.
required: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment