summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rw-r--r--Tools/hg/hgtouch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/hg/hgtouch.py b/Tools/hg/hgtouch.py
index cd990b3..119d812 100644
--- a/Tools/hg/hgtouch.py
+++ b/Tools/hg/hgtouch.py
@@ -125,6 +125,6 @@ def touch(ui, repo, basedir):
cmdtable = {
"touch": (touch,
- [('b', 'basedir', '', 'base dir of the tree to apply touching', 'BASEDIR')],
+ [('b', 'basedir', '', 'base dir of the tree to apply touching')],
"hg touch [-b BASEDIR]")
}