diff hgext/extdiff.py @ 8076:5ec526c1a32f

help texts: write command line switches as -a/--abc
author Martin Geisler <mg@lazybytes.net>
date Sat, 18 Apr 2009 14:40:21 +0200
parents aece3c9e62f1
children 46293a0c7e9f
line wrap: on
line diff
--- a/hgext/extdiff.py	Sat Apr 18 00:21:11 2009 -0700
+++ b/hgext/extdiff.py	Sat Apr 18 14:40:21 2009 +0200
@@ -167,10 +167,10 @@
     an external program. The default program used is diff, with
     default options "-Npru".
 
-    To select a different program, use the -p option. The program will
-    be passed the names of two directories to compare. To pass
-    additional options to the program, use the -o option. These will
-    be passed before the names of the directories to compare.
+    To select a different program, use the -p/--program option. The
+    program will be passed the names of two directories to compare. To
+    pass additional options to the program, use -o/--option. These
+    will be passed before the names of the directories to compare.
 
     When two revision arguments are given, then changes are shown
     between those revisions. If only one revision is specified then