diff --git a/mercurial/commands.py b/mercurial/commands.py
index 54b03085065f0b42bf5105188f3f631fcb2a715a_bWVyY3VyaWFsL2NvbW1hbmRzLnB5..d566aa319d5f7c58c69b985b53ff7498f08e53c6_bWVyY3VyaWFsL2NvbW1hbmRzLnB5 100644
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3004,7 +3004,7 @@
     ('a', 'active', False, _('show active branchheads only (DEPRECATED)')),
     ('c', 'closed', False, _('show normal and closed branch heads')),
     ] + templateopts,
-    _('[-ac] [-r STARTREV] [REV]...'))
+    _('[-ct] [-r STARTREV] [REV]...'))
 def heads(ui, repo, *branchrevs, **opts):
     """show current repository heads or show branch heads