# HG changeset patch # User Matt Mackall # Date 2014-11-01 18:13:04 # Node ID c26b7a810749917707ab0d7dec6bff9453dcd2c1 # Parent d9e3f50557724ac9f9dcf83c0d3b8bf463e13b2c debuglocks: add missing usage summary diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2352,7 +2352,7 @@ def debuglabelcomplete(ui, repo, *args): [('L', 'force-lock', None, _('free the store lock (DANGEROUS)')), ('W', 'force-wlock', None, _('free the working state lock (DANGEROUS)'))], - _('')) + _('[OPTION]...')) def debuglocks(ui, repo, **opts): """show or modify state of locks