Skip to content

Commit

Permalink
Improved help of import command
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith committed Mar 3, 2015
1 parent 2816783 commit d506bf0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion commands/import_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@
"is removed, but other stations are not affected."
)
name='import'
epilog=None
epilog=(
"This sub-command provides a plugin infrastructure, and comes "
"with a module to import data from Maddavo's Market Share "
"(http://www.davek.com.au/td/).\n"
"See \"import --plug=maddavo --opt=help\" for more help."
)
wantsTradeDB=False
arguments = [
]
Expand Down

0 comments on commit d506bf0

Please sign in to comment.