Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
update installer plugin choice examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ervandew committed Jan 9, 2021
1 parent 4dc7ba5 commit c5f05be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2017 - 2020 Eric Van Dewoestine
# Copyright (C) 2017 - 2021 Eric Van Dewoestine
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -280,8 +280,8 @@ def step_plugins(options, eclim):

print('Choose which eclim features you would like to install.')
print('Type the number for each feature you want to install:')
print(' Ex (Java and Python): 0 5')
print(' Ex (Java and Python): 0,5')
print(' Ex (Java and Python): 0 2')
print(' Ex (Java and Python): 0,2')
print(' Ex (Java, Web): 0-1')
for i, plugin in enumerate(plugins):
print('%s) %s' % (i, plugin['name']))
Expand Down

0 comments on commit c5f05be

Please sign in to comment.