diff --git a/installer/install b/installer/install index ad965de38..d1ed27a8f 100755 --- a/installer/install +++ b/installer/install @@ -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 @@ -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']))