Debian: fix docstring

master
Valentin Lorentz 2011-03-06 09:47:00 +01:00
parent 835d32e749
commit 7b7f8e37b4
1 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ class Debian(callbacks.Plugin):
_deblistreFileExact = re.compile(r'<a href="/[^/>]+/[^/>]+">([^<]+)</a>',
_debreflags)
def file(self, irc, msg, args, optlist, filename):
"""[--exact]
[--mode {path,filename,exactfilename}]
"""[--exact] \
[--mode {path,filename,exactfilename}] \
[--branch {oldstable,stable,testing,unstable,experimental}] \
[--section {main,contrib,non-free}] <file name>
@ -116,7 +116,7 @@ class Debian(callbacks.Plugin):
_deblistreVersion = re.compile(r'<h3>Package ([^<]+)</h3>(.*?)</ul>', _debreflags)
def version(self, irc, msg, args, optlist, package):
"""[--exact] \
[--searchon {names,all,sourcenames}]
[--searchon {names,all,sourcenames}] \
[--branch {oldstable,stable,testing,unstable,experimental}] \
[--section {main,contrib,non-free}] <package name>