mercurial/debugcommands.py
changeset 35424 702e6d2642e7
parent 35419 fed2c040764e
child 35448 8251c4c4abdc
--- a/mercurial/debugcommands.py	Thu Dec 14 00:25:03 2017 -0800
+++ b/mercurial/debugcommands.py	Fri Dec 15 08:47:28 2017 -0800
@@ -740,7 +740,7 @@
      _('use old-style discovery with non-heads included')),
     ('', 'rev', [], 'restrict discovery to this set of revs'),
     ] + cmdutil.remoteopts,
-    _('[-l REV] [-r REV] [-b BRANCH]... [OTHER]'))
+    _('[--rev REV] [OTHER]'))
 def debugdiscovery(ui, repo, remoteurl="default", **opts):
     """runs the changeset discovery protocol in isolation"""
     opts = pycompat.byteskwargs(opts)