Skip to content

Commit

Permalink
Mention sublime text 2 in addition to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Oct 7, 2014
1 parent 056853d commit e93a6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ UPDATE sub-command:

--sublime
--subl
Like "--editor" but finds and uses the Sublime Text 3 editor.
Like "--editor" but finds and uses the Sublime Text editor (2 and 3).
You can use "--editor" to tell it exactly where the editor
is located if it fails to find it.

Expand Down
2 changes: 1 addition & 1 deletion trade.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ def main():
switches = [
ParseArgument('--editor', help='Generates a text file containing the prices for the station and loads it into the specified editor.', default=None, type=str, action=EditAction),
[ # Mutually exclusive group:
ParseArgument('--sublime', help='Like --editor but uses Sublime Text 3, which is nice.', action=EditActionStoreTrue),
ParseArgument('--sublime', help='Like --editor but uses Sublime Text (2 or 3), which is nice.', action=EditActionStoreTrue),
ParseArgument('--notepad', help='Like --editor but uses Notepad.', action=EditActionStoreTrue),
]
]
Expand Down

0 comments on commit e93a6bf

Please sign in to comment.