Explorar o código

remove copyright, add link to website

oz123 %!s(int64=12) %!d(string=hai) anos
pai
achega
c0760c3120
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pwman/ui/cli.py

+ 2 - 2
pwman/ui/cli.py

@@ -678,8 +678,8 @@ the url must contain http:// or https://."
         connecion, see if we have xsel ...
         """
         cmd.Cmd.__init__(self)
-        self.intro = "%s %s (c) %s <%s>" % (pwman.appname, pwman.version,
-                                            pwman.author, pwman.authoremail)
+        self.intro = "%s %s (c) visit: %s" % (pwman.appname, pwman.version,
+                                            pwman.website)
         self._historyfile = config.get_value("Readline", "history")
         self.hasxsel = hasxsel
         try: