From e444203b8156b8eb8a0ac7b4706bc0b18b48f52f Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Mon, 27 Sep 2010 01:05:58 -0400 Subject: [PATCH] fixed help text bug --HG-- branch : pmacs2 --- method/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/method/shell.py b/method/shell.py index 5b37fed..bb91afb 100644 --- a/method/shell.py +++ b/method/shell.py @@ -59,7 +59,7 @@ class Exec(Method): self._doit(w, None, vargs['cmd']) 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: ")] def _execute(self, w, **vargs): name = vargs['name']