]> granicus.if.org Git - python/commitdiff
clean up markup for --executable description
authorFred Drake <fdrake@acm.org>
Wed, 25 Aug 2004 14:01:32 +0000 (14:01 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Aug 2004 14:01:32 +0000 (14:01 +0000)
Doc/dist/dist.tex

index b590b31861854b453b90db380e53b40b2a132e23..d01e1fdbf8a1d39806d4d096bafb1e15b70dd2af 100644 (file)
@@ -641,8 +641,9 @@ anything very complicated.  The only clever feature is that if the
 first line of the script starts with \code{\#!} and contains the word
 ``python'', the Distutils will adjust the first line to refer to the
 current interpreter location. By default, it is replaced with the
-current interpreter location.  The '--executable=/-e' switch will
-allow the interpreter path to be explicitly overridden.
+current interpreter location.  The \longprogramopt{executable} (or
+\programopt{-e}) option will allow the interpreter path to be
+explicitly overridden.
 
 The \option{scripts} option simply is a list of files to be handled
 in this way.  From the PyXML setup script: