changeset 5940:7b222815a462

Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 25 Jan 2008 20:17:48 +0100
parents 56e8a54bf71d
children b710296c904a
files hgext/graphlog.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/graphlog.py	Fri Jan 25 10:35:04 2008 -0600
+++ b/hgext/graphlog.py	Fri Jan 25 20:17:48 2008 +0100
@@ -322,5 +322,5 @@
           ('r', 'rev', [], _('show the specified revision or range')),
           ('', 'style', '', _('display using template map file')),
           ('', 'template', '', _('display with template'))],
-         _('hg glog [OPTION] [FILE]...')),
+         _('hg glog [OPTION]... [FILE]...')),
 }