summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2009-07-18 09:51:35 +0200
committerTill Maas <opensource@till.name>2009-07-18 09:51:35 +0200
commitaf8ca7b5e34b07ec4fb977383f5294550285416c (patch)
tree12749044d46f56e364d61e4dfe64bcbc83a308bc
parent0f8dfb2634dd74b562793f963b00fa80c984f87f (diff)
downloadcnucnu-af8ca7b5e34b07ec4fb977383f5294550285416c.tar.gz
cnucnu-af8ca7b5e34b07ec4fb977383f5294550285416c.tar.xz
cnucnu-af8ca7b5e34b07ec4fb977383f5294550285416c.zip
checkshell: match prompt to wiki packagelist line
-rw-r--r--lib/cnucnu/checkshell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cnucnu/checkshell.py b/lib/cnucnu/checkshell.py
index 4d671a7..aff06c8 100644
--- a/lib/cnucnu/checkshell.py
+++ b/lib/cnucnu/checkshell.py
@@ -32,7 +32,7 @@ class CheckShell(cmd.Cmd):
self.update_prompt()
def update_prompt(self):
- self.prompt = "%(url)s - %(regex)s" % self.package
+ self.prompt = "%(name)s %(regex)s %(url)s " % self.package
self.prompt += "%s> " % self.prompt_default
def do_url(self, args):