[py-svn] py-trunk commit 3369fee9b19e: update docstring

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Sep 23 04:08:38 CEST 2009


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User Benjamin Peterson <benjamin at python.org>
# Date 1253671670 18000
# Node ID 3369fee9b19e8f1ccf2d5daf60ce046280698bd0
# Parent ff0c24f55bb2205ae999fc8d462c6fd73a391f33
update docstring

--- a/py/cmdline/pylookup.py
+++ b/py/cmdline/pylookup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python 
 
 """\
-py.lookup SEARCH_STRING [options]
+py.lookup [search_directory] SEARCH_STRING [options]
 
 Looks recursively at Python files for a SEARCH_STRING, starting from the
 present working directory. Prints the line, with the filename and line-number



More information about the pytest-commit mailing list