diff --git a/commands/local_cmd.py b/commands/local_cmd.py index ea5de2e3..2f686e02 100644 --- a/commands/local_cmd.py +++ b/commands/local_cmd.py @@ -13,10 +13,15 @@ name='local' help='Calculate local systems.' -epilog=None +epilog="See also the 'station' sub-command." wantsTradeDB=True arguments = [ - ParseArgument('near', help='System to measure from', type=str), + ParseArgument( + 'near', + help='Name of the system to query from.', + type=str, + metavar='SYSTEMNAME', + ), ] switches = [ ParseArgument('--ly',