fixed help text bug

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2010-09-27 01:05:58 -04:00
parent 30c093411d
commit e444203b81
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Exec(Method):
self._doit(w, None, vargs['cmd']) self._doit(w, None, vargs['cmd'])
class Man(Exec): class Man(Exec):
'''Execute a command in a shell and put the output in a new buffer''' '''Display a man page in a new buffer'''
args = [arg('name', p="Program: ")] args = [arg('name', p="Program: ")]
def _execute(self, w, **vargs): def _execute(self, w, **vargs):
name = vargs['name'] name = vargs['name']