hgext/fastannotate/commands.py
changeset 43117 8ff1ecfadcd1
parent 43115 4aa72cdf616f
child 43506 9f70512ae2cf
--- a/hgext/fastannotate/commands.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/hgext/fastannotate/commands.py	Tue Oct 08 15:06:18 2019 -0700
@@ -93,7 +93,7 @@
             b'l',
             b'line-number',
             None,
-            _(b'show line number at the first ' b'appearance'),
+            _(b'show line number at the first appearance'),
         ),
         (
             b'e',
@@ -127,7 +127,7 @@
             b'',
             b'rebuild',
             None,
-            _(b'rebuild cache even if it exists ' b'(EXPERIMENTAL)'),
+            _(b'rebuild cache even if it exists (EXPERIMENTAL)'),
         ),
     ]
     + commands.diffwsopts