From a6ca4231049cd1b028daae27081fe9e2baf484f6 Mon Sep 17 00:00:00 2001 From: eyeonus Date: Sat, 4 May 2024 13:30:13 -0600 Subject: [PATCH] docs: fix help message for trade command --- tradedangerous/commands/trade_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradedangerous/commands/trade_cmd.py b/tradedangerous/commands/trade_cmd.py index 2dbde446..6431c867 100644 --- a/tradedangerous/commands/trade_cmd.py +++ b/tradedangerous/commands/trade_cmd.py @@ -6,7 +6,7 @@ ###################################################################### # Parser config -help='Find places to buy a given item within range of a given station.' +help='Find potential trades between two given stations.' name='trade' epilog=None wantsTradeDB=True