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
|
|
@ -159,6 +159,7 @@ class Boobank(ReplApplication):
|
|||
DESCRIPTION = "Console application allowing to list your bank accounts and get their balance, " \
|
||||
"display accounts history and coming bank operations, and transfer money from an account to " \
|
||||
"another (if available)."
|
||||
SHORT_DESCRIPTION = "manage bank accounts"
|
||||
EXTRA_FORMATTERS = {'account_list': AccountListFormatter,
|
||||
'recipient_list': RecipientListFormatter,
|
||||
'transfer': TransferFormatter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue