From b3ca12d43598aa13039a892ab8079bc78be245df Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 22 Sep 2009 21:07:50 -0500 Subject: [PATCH] update docstring --HG-- branch : trunk --- py/cmdline/pylookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/cmdline/pylookup.py b/py/cmdline/pylookup.py index 69f26a6aa..e9e21346a 100755 --- 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