Skip to content

Commit

Permalink
Clarification of 'local' command arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Jan 9, 2015
1 parent 6f38ad7 commit cf813a7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions commands/local_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cf813a7

Please sign in to comment.