Improve documentation of download command
This commit is contained in:
parent
7b2f9039d4
commit
62b045c9fb
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright(C) 2012 Florent Fourcot
|
||||
# Copyright(C) 2012-2013 Florent Fourcot
|
||||
#
|
||||
# This file is part of weboob.
|
||||
#
|
||||
|
|
@ -149,6 +149,8 @@ class Boobill(ReplApplication):
|
|||
|
||||
def do_download(self, line):
|
||||
"""
|
||||
download [Id | all] [FILENAME]
|
||||
|
||||
download Id [FILENAME]
|
||||
|
||||
download the bill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue