[man] num variable wasn't used here
This commit is contained in:
parent
f496c31d1c
commit
9935e038fc
1 changed files with 1 additions and 5 deletions
|
|
@ -65,10 +65,6 @@ def cmd_whatis(msg):
|
||||||
res.append_message(" ".join(line.decode().split()))
|
res.append_message(" ".join(line.decode().split()))
|
||||||
|
|
||||||
if len(res.messages) <= 0:
|
if len(res.messages) <= 0:
|
||||||
if num is not None:
|
res.append_message("There is no man page for %s." % msg.args[0])
|
||||||
res.append_message("There is no entry %s in section %d." %
|
|
||||||
(msg.args[0], num))
|
|
||||||
else:
|
|
||||||
res.append_message("There is no man page for %s." % msg.args[0])
|
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue