mercurial/commands.py
changeset 24390 72d7d390ef5d
parent 24365 f1eaf03dd608
child 24397 d0ea2028e8e6
--- a/mercurial/commands.py	Fri Mar 20 00:22:37 2015 +0900
+++ b/mercurial/commands.py	Thu Mar 19 10:18:05 2015 -0700
@@ -4066,7 +4066,7 @@
     ('', 'exact', None,
      _('apply patch to the nodes from which it was generated')),
     ('', 'prefix', '',
-     _('apply patch to directory relative to the root'), _('DIR')),
+     _('apply patch to subdirectory'), _('DIR')),
     ('', 'import-branch', None,
      _('use any branch information in patch (implied by --exact)'))] +
     commitopts + commitopts2 + similarityopts,