Skip to content

Commit

Permalink
fix: update trade import help message
Browse files Browse the repository at this point in the history
Updated `trade import --help` message with Tromador's server address.
  • Loading branch information
eyeonus committed Jan 30, 2025
1 parent 12f2adb commit 7fdba6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tradedangerous/commands/import_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
name = 'import'
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 -P maddavo -O help\" for more help."
"with a module to import data from Tromador's Trading Dangerously server"
"(https://elite.tromador.com/).\n"
"See \"trade import -P eddblink -O help\" for more help."
)
wantsTradeDB = False
arguments = [
Expand Down
3 changes: 2 additions & 1 deletion tradedangerous/plugins/eddblink_plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def _collect_station_modified_times(tdenv: TradeEnv, db: sqlite3.Cursor) -> dict

class ImportPlugin(plugins.ImportPluginBase):
"""
Plugin that downloads data from eddb.
Import plugin that uses data files from
https://elite.tromador.com/ to update the Database.
"""
pluginOptions = {
'item': "Update Items using latest file from server. (Implies '-O system,station')",
Expand Down

0 comments on commit 7fdba6e

Please sign in to comment.