Add missing "whatis entry" to man pages
This is recommended by Debian. closes #618
This commit is contained in:
parent
690747dbf2
commit
ae06ae3384
64 changed files with 284 additions and 213 deletions
|
|
@ -53,8 +53,9 @@ class Videoob(ReplApplication):
|
|||
APPNAME = 'videoob'
|
||||
VERSION = '0.f'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele'
|
||||
DESCRIPTION = 'Console application allowing to search for videos on various websites, ' \
|
||||
'play and download them and get information.'
|
||||
DESCRIPTION = "Console application allowing to search for videos on various websites, " \
|
||||
"play and download them and get information."
|
||||
SHORT_DESCRIPTION = "search and play videos"
|
||||
CAPS = ICapVideo
|
||||
EXTRA_FORMATTERS = {'video_list': VideoListFormatter}
|
||||
COMMANDS_FORMATTERS = {'search': 'video_list',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue